mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Allow wifi setup to proceed when there is no sta or ap (#1931)
This commit is contained in:
		| @@ -587,7 +587,7 @@ void WiFiComponent::retry_connect() { | |||||||
| } | } | ||||||
|  |  | ||||||
| bool WiFiComponent::can_proceed() { | bool WiFiComponent::can_proceed() { | ||||||
|   if (this->has_ap() && !this->has_sta()) { |   if (!this->has_sta()) { | ||||||
|     return true; |     return true; | ||||||
|   } |   } | ||||||
|   return this->is_connected(); |   return this->is_connected(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user