Support for T-Echo Lite, credits to @Szetya for doing all the heavy lifting! (#7636)

* Support for T-Echo Lite, credts to @Szetya for doing all the heavy lifting!
* move define to ini file
This commit is contained in:
Thomas Göttgens
2025-08-17 13:37:12 +02:00
committed by GitHub
parent e5e8683cdb
commit 9feb1d378e
9 changed files with 303 additions and 10 deletions

View File

@@ -325,8 +325,12 @@ void setup()
#ifdef BLE_LED
pinMode(BLE_LED, OUTPUT);
#ifdef BLE_LED_INVERTED
digitalWrite(BLE_LED, HIGH);
#else
digitalWrite(BLE_LED, LOW);
#endif
#endif
#if defined(T_DECK)
// GPIO10 manages all peripheral power supplies