Skip to content

Commit 46f6e06

Browse files
committed
fix: LED Pin Modified to support Hardware update
fix: LED Pin Modified to support Hardware update
1 parent c0e22c3 commit 46f6e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/Geekble_ESP32C3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <stdint.h>
55

6-
static const uint8_t LED_BUILTIN = 8;
6+
static const uint8_t LED_BUILTIN = 10;
77
#define BUILTIN_LED LED_BUILTIN // backward compatibility
88
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
99

0 commit comments

Comments
 (0)