Changed default clock mode to Realclock
This commit is contained in:
		@@ -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;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user