synced time when on wifi

This commit is contained in:
Klemek
2021-09-20 22:25:34 +02:00
parent bed398b85e
commit b08a5db57f
5 changed files with 67 additions and 2 deletions
+5 -1
View File
@@ -3,8 +3,12 @@
#include <Watchy.h>
#include "tetris.h"
#include "wta.h"
class WatchyTetris : public Watchy
#undef WTA_TIMEZONE
#define WTA_TIMEZONE "Europe/Paris"
class WatchyTetris : public WatchySynced
{
public:
WatchyTetris();