1
0
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:
Nat Weerawan
2016-02-08 19:31:58 +07:00
parent b01a766d17
commit 5dc34d1f95
5 changed files with 18 additions and 3 deletions

View File

@ -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;