1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

fix for #6904: NodeMCU v1.0 board option "Builtin Led" not working. (#6905)

This commit is contained in:
Erdem UNCUOĞLU 2019-12-12 20:51:49 +03:00 committed by Develo
parent eb6418f641
commit 1d052834a4

View File

@ -32,7 +32,9 @@
static const uint8_t SDA = PIN_WIRE_SDA;
static const uint8_t SCL = PIN_WIRE_SCL;
#ifndef LED_BUILTIN
#define LED_BUILTIN 2
#endif
#define LED_BUILTIN_AUX 16
static const uint8_t D0 = 16;