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

@ -170,6 +170,7 @@ bool OTAEnd; // Means somewhere, it wants this to end, so end it.
int OTATry; // Tries to connect to WiFi. 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 UpdateDisp; // Display needs to be updated.
bool IDidIt; // Tells if the Drifting wa sdone this minute.
unsigned long LastButton, LastUse, OTAFail; unsigned long LastButton, LastUse, OTAFail;
WatchyGSR::WatchyGSR(){} //constructor WatchyGSR::WatchyGSR(){} //constructor
@ -195,7 +196,7 @@ void WatchyGSR::setupDefaults(){
void WatchyGSR::init(){ void WatchyGSR::init(){
uint64_t wakeupBit; uint64_t wakeupBit;
int AlarmIndex, Pushed; // Alarm being played. int AlarmIndex, Pushed; // Alarm being played.
bool AlarmsOn, WaitForNext, Pulse, DoOnce, B, IDidIt; bool AlarmsOn, WaitForNext, Pulse, DoOnce, B;
unsigned long Since, AlarmReset, APLoop; unsigned long Since, AlarmReset, APLoop;
String S; String S;