add main alogo WIP
This commit is contained in:
@ -40,6 +40,16 @@ private:
|
||||
WiFiUDP* ntpUDP;
|
||||
NTPClient* timeClient;
|
||||
|
||||
/**
|
||||
* @brief Time to reset the encoder menu
|
||||
*/
|
||||
unsigned long resetMillis;
|
||||
|
||||
/**
|
||||
* @brief true if the NTP is updated durring the cycle
|
||||
*/
|
||||
bool ntpUpdated;
|
||||
|
||||
/**
|
||||
* @brief Send time to discord
|
||||
* the start time is automaticly set to the current time
|
||||
|
Reference in New Issue
Block a user