From d03f8f1277b67eb873f796e71fe56a7399df975d Mon Sep 17 00:00:00 2001 From: Sonthaya Boonchan Date: Thu, 1 Oct 2020 17:54:01 +0700 Subject: [PATCH] Update pins_arduino.h (#4190) --- variants/honeylemon/pins_arduino.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/honeylemon/pins_arduino.h b/variants/honeylemon/pins_arduino.h index 4d65b6b4..0b11cabd 100644 --- a/variants/honeylemon/pins_arduino.h +++ b/variants/honeylemon/pins_arduino.h @@ -11,7 +11,7 @@ #define digitalPinToInterrupt(p) (((p)<40)?(p):-1) #define digitalPinHasPWM(p) (p < 34) -static const uint8_t LED_BUILTIN = 16; +static const uint8_t LED_BUILTIN = 2; #define BUILTIN_LED LED_BUILTIN // backward compatibility static const uint8_t BUILTIN_KEY = 0;