Changed default clock mode to Realclock

This commit is contained in:
Dirk Jahnke 2019-06-04 21:43:48 +02:00
parent 22df009807
commit b773437d45
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_REALCLOCK 2
#define MODE_FASTCLOCK 3
static int appMode = MODE_DEMO;
static int appMode = MODE_REAL;