1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

keep arduino incompatible BUILTIN_LED

This commit is contained in:
Alex
2016-02-03 13:41:41 +01:00
parent ff62bfb34d
commit cca2714f9d

View File

@ -60,6 +60,7 @@ static const uint8_t E14 = ESP_PINS_OFFSET + 14;
static const uint8_t E15 = ESP_PINS_OFFSET + 15;
static const uint8_t E16 = ESP_PINS_OFFSET + 16;
static const uint8_t LED_BUILTIN_LED = 2;
static const uint8_t BUILTIN_LED = 2;
#define SERIAL_PORT_MONITOR Serial