Fixed Time not hiding during blocking WiFi actions.
This commit is contained in:
parent
2573ce9276
commit
80d49d9321
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user