diff --git a/src/main.cpp b/src/main.cpp index f3cc4e7..1d903f7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;