Compare commits
	
		
			3 Commits
		
	
	
		
			dccd3d27f4
			...
			e942576fd8
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					e942576fd8 | ||
| 
						 | 
					c14215d42f | ||
| 
						 | 
					99f6ebfe93 | 
@@ -279,8 +279,11 @@ void setup() {
 | 
			
		||||
    //rtc.adjust(DateTime(2023, 9, 2, 17, 32, 0));
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // Report the RTC time
 | 
			
		||||
  Serial.print("RTC time on startup: ");
 | 
			
		||||
  // Report the RTC time after waiting two seconds
 | 
			
		||||
  // https://amiok.net/gitea/W1CDN/vulpes/issues/50#issuecomment-1376
 | 
			
		||||
  Serial.println("Wait 2s for RTC");
 | 
			
		||||
  delay(2000); 
 | 
			
		||||
  Serial.println("RTC time on startup: ");
 | 
			
		||||
  Serial.println(rtc.now().unixtime());
 | 
			
		||||
  Serial.println(rtc.now().timestamp());
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user