Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 36bdbdb

Browse files
committedFeb 29, 2024
fix: LED Pin Modified
fix: LED Pin Modified
1 parent 2fdd901 commit 36bdbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎variants/Geekble_ESP32C3/pins_arduino.h

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.