improved timeauto sync
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
#include <Watchy.h>
|
||||
|
||||
#define WTA_URL "http://worldtimeapi.org/api/timezone/"
|
||||
#define WTA_TIMEZONE "Etc/UTC"
|
||||
#define WTA_UPDATE_INTERVAL 60 //minutes
|
||||
#define WTA_TIMEZONE "Europe/Paris"
|
||||
#define WTA_UPDATE_SHORT_INTERVAL 30 //minutes
|
||||
#define WTA_UPDATE_LONG_INTERVAL 300 //minutes
|
||||
#define WTA_UPDATE_TIMEOUT 10000 //ms
|
||||
|
||||
class WatchySynced : public Watchy
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user