From 0095de6041ad3821bebc4817fe3b471c9383b450 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 3 Feb 2016 13:42:10 +0100 Subject: [PATCH] keep arduino incompatible BUILTIN_LED --- variants/d1/pins_arduino.h | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/d1/pins_arduino.h b/variants/d1/pins_arduino.h index c302db7af..7139b381d 100644 --- a/variants/d1/pins_arduino.h +++ b/variants/d1/pins_arduino.h @@ -43,6 +43,7 @@ static const uint8_t MISO = 12; static const uint8_t SCK = 14; static const uint8_t LED_BUILTIN = 2;//new ESP-12E GPIO2 +static const uint8_t BUILTIN_LED = 2;//new ESP-12E GPIO2 static const uint8_t A0 = 17;