mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	fix sntp timezone (#1266)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							69f5d8cd0f
						
					
				
				
					commit
					0918f452a0
				
			| @@ -33,10 +33,6 @@ void SNTPComponent::setup() { | |||||||
|     sntp_setservername(2, strdup(this->server_3_.c_str())); |     sntp_setservername(2, strdup(this->server_3_.c_str())); | ||||||
|   } |   } | ||||||
|  |  | ||||||
| #ifdef ARDUINO_ARCH_ESP8266 |  | ||||||
|   // let localtime/gmtime handle timezones, not sntp |  | ||||||
|   sntp_set_timezone(0); |  | ||||||
| #endif |  | ||||||
|   sntp_init(); |   sntp_init(); | ||||||
| } | } | ||||||
| void SNTPComponent::dump_config() { | void SNTPComponent::dump_config() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user