We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9cadc commit 7adfc3fCopy full SHA for 7adfc3f
1 file changed
variants/esp32s3/tbeam-s3-core/variant.h
@@ -9,8 +9,6 @@
9
#define BUTTON_PIN 0 // The middle button GPIO on the T-Beam S3
10
// #define EXT_NOTIFY_OUT 13 // Default pin to use for Ext Notify Module.
11
12
-#define LED_STATE_ON 0 // State when LED is lit
13
-
14
// 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
15
// not found then probe for SX1262
16
#define USE_SX1262
@@ -76,4 +74,4 @@
76
74
// has 32768 Hz crystal
77
75
#define HAS_32768HZ 1
78
79
-#define USE_SH1106
+#define USE_SH1106
0 commit comments