Fixed Time not hiding during blocking WiFi actions.

This commit is contained in:
GuruSR 2021-10-07 22:54:00 -04:00 committed by GitHub
parent 2573ce9276
commit 80d49d9321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -524,7 +524,7 @@ void WatchyGSR::drawWatchFace(){
ScreenOn = (Direction == DIRECTION_DISP_UP || Direction == DIRECTION_TOP_EDGE || Battery.Direction == 1 || true); // True set due to bug. ScreenOn = (Direction == DIRECTION_DISP_UP || Direction == DIRECTION_TOP_EDGE || Battery.Direction == 1 || true); // True set due to bug.
if (ScreenOn){ if (ScreenOn){
if (!OTAUpdate){ if (!(OTAUpdate || WatchyAPOn)){
drawTime(); drawTime();
drawDay(); drawDay();
drawYear(); drawYear();