This commit is contained in:
Dirk Jahnke 2019-06-04 21:44:31 +02:00
parent b773437d45
commit cb0a0f89dc
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ NTPClient timeClient(ntpUDP, "europe.pool.ntp.org", 3600, 60000);
#define MODE_DEMO 1 #define MODE_DEMO 1
#define MODE_REALCLOCK 2 #define MODE_REALCLOCK 2
#define MODE_FASTCLOCK 3 #define MODE_FASTCLOCK 3
static int appMode = MODE_REAL; static int appMode = MODE_REALCLOCK;