further #ifdef USE_EPD

This commit is contained in:
Manuel
2025-11-27 20:52:00 +01:00
parent 2ababd582c
commit 7a04627da9
3 changed files with 6 additions and 6 deletions

View File

@@ -353,7 +353,7 @@ void PowerFSM_setup()
powerFSM.add_transition(&stateDARK, &stateDARK, EVENT_CONTACT_FROM_PHONE, NULL, "Contact from phone");
#ifdef USE_EINK
#if defined(USE_EINK) || defined(USE_EPD)
// Allow E-Ink devices to suppress the screensaver, if screen timeout set to 0
if (config.display.screen_on_secs > 0)
#endif