Merge branch 'develop' into multi-message-Storage

This commit is contained in:
Jason P
2025-11-01 23:39:38 -05:00
committed by GitHub
40 changed files with 371 additions and 204 deletions

View File

@@ -429,7 +429,7 @@ void Screen::handleSetOn(bool on, FrameCallback einkScreensaver)
if (uiconfig.screen_brightness == 1)
digitalWrite(PIN_EINK_EN, HIGH);
#elif defined(PCA_PIN_EINK_EN)
if (uiconfig.screen_brightness == 1)
if (uiconfig.screen_brightness > 0)
io.digitalWrite(PCA_PIN_EINK_EN, HIGH);
#endif