Skip to content

Commit 7adfc3f

Browse files
authored
Remove incorrect LED_STATE_ON definition for t-beam-s3 (#10280)
Fixes #9912 and #10170
1 parent ba9cadc commit 7adfc3f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

variants/esp32s3/tbeam-s3-core/variant.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#define BUTTON_PIN 0 // The middle button GPIO on the T-Beam S3
1010
// #define EXT_NOTIFY_OUT 13 // Default pin to use for Ext Notify Module.
1111

12-
#define LED_STATE_ON 0 // State when LED is lit
13-
1412
// TTGO uses a common pinout for their SX1262 vs RF95 modules - both can be enabled and we will probe at runtime for RF95 and if
1513
// not found then probe for SX1262
1614
#define USE_SX1262
@@ -76,4 +74,4 @@
7674
// has 32768 Hz crystal
7775
#define HAS_32768HZ 1
7876

79-
#define USE_SH1106
77+
#define USE_SH1106

0 commit comments

Comments
 (0)