Version 1.2.1.

This commit is contained in:
GuruSR 2021-11-06 00:49:17 -04:00 committed by GitHub
parent 3686400cca
commit 62c1f342bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -562,8 +562,8 @@ void WatchyGSR::init(){
if (Since <= 50) delay(Since);
UpdateUTC();
Since=millis();
WatchTime.NewMinute=false;
}
WatchTime.NewMinute=false;
Sensitive = ((OTAUpdate && Menu.SubItem == 3) || (NTPData.TimeTest && Menu.SubItem == 2));
}
}