From fd6f7c046a7784a5aa201880eed750a3bbc0de77 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 3 Feb 2016 13:40:31 +0100 Subject: [PATCH] keep arduino incompatible BUILTIN_LED --- variants/ESPDuino/pins_arduino.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variants/ESPDuino/pins_arduino.h b/variants/ESPDuino/pins_arduino.h index 7c75ab365..89de15782 100644 --- a/variants/ESPDuino/pins_arduino.h +++ b/variants/ESPDuino/pins_arduino.h @@ -43,6 +43,8 @@ static const uint8_t SCK = 14; static const uint8_t LED_BUILTIN = 16; +static const uint8_t BUILTIN_LED = 16; + static const uint8_t A0 = 17; // These serial port names are intended to allow libraries and architecture-neutral