From 36bdbdbe0cdf40da82fae84acfca01da93999180 Mon Sep 17 00:00:00 2001 From: SooDragon Date: Thu, 29 Feb 2024 19:50:24 +0900 Subject: [PATCH 1/3] fix: LED Pin Modified fix: LED Pin Modified --- variants/Geekble_ESP32C3/pins_arduino.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/Geekble_ESP32C3/pins_arduino.h b/variants/Geekble_ESP32C3/pins_arduino.h index 3b4c144cca6..bd32db1e67c 100644 --- a/variants/Geekble_ESP32C3/pins_arduino.h +++ b/variants/Geekble_ESP32C3/pins_arduino.h @@ -3,7 +3,7 @@ #include -static const uint8_t LED_BUILTIN = 8; +static const uint8_t LED_BUILTIN = 10; #define BUILTIN_LED LED_BUILTIN // backward compatibility #define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN From c0e22c3b82124e899ffecc0be11cfc177d2092be Mon Sep 17 00:00:00 2001 From: SooDragon Date: Thu, 29 Feb 2024 19:53:27 +0900 Subject: [PATCH 2/3] Revert "fix: LED Pin Modified" This reverts commit 36bdbdbe0cdf40da82fae84acfca01da93999180. --- variants/Geekble_ESP32C3/pins_arduino.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/Geekble_ESP32C3/pins_arduino.h b/variants/Geekble_ESP32C3/pins_arduino.h index bd32db1e67c..3b4c144cca6 100644 --- a/variants/Geekble_ESP32C3/pins_arduino.h +++ b/variants/Geekble_ESP32C3/pins_arduino.h @@ -3,7 +3,7 @@ #include -static const uint8_t LED_BUILTIN = 10; +static const uint8_t LED_BUILTIN = 8; #define BUILTIN_LED LED_BUILTIN // backward compatibility #define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN From 46f6e06764006ac234330c796bb34c2abcd22a0c Mon Sep 17 00:00:00 2001 From: SooDragon Date: Thu, 29 Feb 2024 19:54:28 +0900 Subject: [PATCH 3/3] fix: LED Pin Modified to support Hardware update fix: LED Pin Modified to support Hardware update --- variants/Geekble_ESP32C3/pins_arduino.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/Geekble_ESP32C3/pins_arduino.h b/variants/Geekble_ESP32C3/pins_arduino.h index 3b4c144cca6..bd32db1e67c 100644 --- a/variants/Geekble_ESP32C3/pins_arduino.h +++ b/variants/Geekble_ESP32C3/pins_arduino.h @@ -3,7 +3,7 @@ #include -static const uint8_t LED_BUILTIN = 8; +static const uint8_t LED_BUILTIN = 10; #define BUILTIN_LED LED_BUILTIN // backward compatibility #define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN