Remove incorrect LED_STATE_ON definition for t-beam-s3 (#10280)
Fixes #9912 and #10170
This commit is contained in:
co-authored by
GitHub
parent
ba9cadc14d
commit
7adfc3f992
@@ -9,8 +9,6 @@
|
|||||||
#define BUTTON_PIN 0 // The middle button GPIO on the T-Beam S3
|
#define BUTTON_PIN 0 // The middle button GPIO on the T-Beam S3
|
||||||
// #define EXT_NOTIFY_OUT 13 // Default pin to use for Ext Notify Module.
|
// #define EXT_NOTIFY_OUT 13 // Default pin to use for Ext Notify Module.
|
||||||
|
|
||||||
#define LED_STATE_ON 0 // State when LED is lit
|
|
||||||
|
|
||||||
// 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
|
// 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
|
||||||
// not found then probe for SX1262
|
// not found then probe for SX1262
|
||||||
#define USE_SX1262
|
#define USE_SX1262
|
||||||
@@ -76,4 +74,4 @@
|
|||||||
// has 32768 Hz crystal
|
// has 32768 Hz crystal
|
||||||
#define HAS_32768HZ 1
|
#define HAS_32768HZ 1
|
||||||
|
|
||||||
#define USE_SH1106
|
#define USE_SH1106
|
||||||
|
|||||||
Reference in New Issue
Block a user