mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
Changed LED_BUILTIN to a macro to better support boards that do not have a built-in LED.
Fixes #758
This commit is contained in:
@ -101,7 +101,7 @@
|
||||
|
||||
static const uint8_t SDA = 2;
|
||||
static const uint8_t SCL = 3;
|
||||
static const uint8_t LED_BUILTIN = 13;
|
||||
#define LED_BUILTIN 13
|
||||
|
||||
// Map SPI port to 'new' pins D14..D17
|
||||
static const uint8_t SS = 17;
|
||||
|
Reference in New Issue
Block a user