mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Ignore already stopped dhcp for ethernet (#2862)
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							ffc112c9d0
						
					
				
				
					commit
					71fe2f7ed3
				
			| @@ -184,7 +184,9 @@ void EthernetComponent::start_connect_() { | ||||
|   } | ||||
|  | ||||
|   err = tcpip_adapter_dhcpc_stop(TCPIP_ADAPTER_IF_ETH); | ||||
|   ESPHL_ERROR_CHECK(err, "DHCPC stop error"); | ||||
|   if (err != ESP_ERR_TCPIP_ADAPTER_DHCP_ALREADY_STOPPED) { | ||||
|     ESPHL_ERROR_CHECK(err, "DHCPC stop error"); | ||||
|   } | ||||
|   err = tcpip_adapter_set_ip_info(TCPIP_ADAPTER_IF_ETH, &info); | ||||
|   ESPHL_ERROR_CHECK(err, "DHCPC set IP info error"); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user