mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
timer bug fully fixed
This commit is contained in:
@@ -16,8 +16,15 @@ public:
|
||||
|
||||
private:
|
||||
unsigned long _countDownPeriod = 0;
|
||||
String _key;
|
||||
bool _start = false;
|
||||
String _key;
|
||||
|
||||
unsigned long currentMillis;
|
||||
unsigned long prevMillis1;
|
||||
unsigned long prevMillis2;
|
||||
unsigned long difference1;
|
||||
unsigned long difference2;
|
||||
int sec;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user