Version 1.2.1.

This commit is contained in:
GuruSR 2021-11-06 00:46:16 -04:00 committed by GitHub
parent 1170766749
commit aaa0f3ea4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,8 +168,9 @@ bool Sensitive; // Loop code is sensitive, like OTAUpdate, TimeTest
bool OTAUpdate; // Internet based OTA Update.
bool OTAEnd; // Means somewhere, it wants this to end, so end it.
int OTATry; // Tries to connect to WiFi.
bool DoHaptic; // Want it to happen after screen update.
bool DoHaptic; // Want it to happen after screen update.
bool UpdateDisp; // Display needs to be updated.
bool IDidIt; // Tells if the Drifting wa sdone this minute.
unsigned long LastButton, LastUse, OTAFail;
WatchyGSR::WatchyGSR(){} //constructor
@ -195,7 +196,7 @@ void WatchyGSR::setupDefaults(){
void WatchyGSR::init(){
uint64_t wakeupBit;
int AlarmIndex, Pushed; // Alarm being played.
bool AlarmsOn, WaitForNext, Pulse, DoOnce, B, IDidIt;
bool AlarmsOn, WaitForNext, Pulse, DoOnce, B;
unsigned long Since, AlarmReset, APLoop;
String S;