mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-15 09:32:08 +00:00
Fix build errors and add a bit of failsafe
This commit is contained in:
parent
13fa7c1628
commit
629db8c718
@ -153,11 +153,10 @@ void setup()
|
|||||||
|
|
||||||
initDeepSleep();
|
initDeepSleep();
|
||||||
|
|
||||||
#if defined(TTGO_T_ECHO)
|
// Testing this fix für erratic T-Echo boot behaviour
|
||||||
DEBUG_MSG("\n\nTTGO_T_ECHO PIN_EINK_PWR_ON\n\n");
|
#if defined(TTGO_T_ECHO) && defined(PIN_EINK_PWR_ON)
|
||||||
pinMode(PIN_EINK_PWR_ON, OUTPUT);
|
pinMode(PIN_EINK_PWR_ON, OUTPUT);
|
||||||
digitalWrite(PIN_EINK_PWR_ON, HIGH);
|
digitalWrite(PIN_EINK_PWR_ON, HIGH);
|
||||||
#elif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef VEXT_ENABLE
|
#ifdef VEXT_ENABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user