Merge branch 'master' into t5-epaper-pro

This commit is contained in:
Manuel
2025-10-30 13:43:54 +01:00
committed by GitHub
4 changed files with 5 additions and 2 deletions

View File

@@ -515,7 +515,7 @@ void menuHandler::homeBaseMenu()
}
saveUIConfig();
#elif defined(PCA_PIN_EINK_EN)
if (uiconfig.screen_brightness == 1) {
if (uiconfig.screen_brightness > 0) {
uiconfig.screen_brightness = 0;
io.digitalWrite(PCA_PIN_EINK_EN, LOW);
} else {