mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
- Update board and filesystem detail.
- use LED_BUILTIN instead of BUILTIN_LED. - update package_esp8266com_index.template.json file.
This commit is contained in:
@ -42,7 +42,7 @@ static const uint8_t MOSI = 13;
|
||||
static const uint8_t MISO = 12;
|
||||
static const uint8_t SCK = 14;
|
||||
|
||||
static const uint8_t BUILTIN_LED = 2;
|
||||
static const uint8_t LED_BUILTIN = 2;
|
||||
|
||||
static const uint8_t A0 = 17;
|
||||
|
||||
|
Reference in New Issue
Block a user