mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Don't Use Base Network Manual IP for WiFi AP (#3902)
This commit is contained in:
		| @@ -368,7 +368,7 @@ async def to_code(config): | |||||||
|  |  | ||||||
|     if CONF_AP in config: |     if CONF_AP in config: | ||||||
|         conf = config[CONF_AP] |         conf = config[CONF_AP] | ||||||
|         ip_config = conf.get(CONF_MANUAL_IP, config.get(CONF_MANUAL_IP)) |         ip_config = conf.get(CONF_MANUAL_IP) | ||||||
|         cg.with_local_variable( |         cg.with_local_variable( | ||||||
|             conf[CONF_ID], |             conf[CONF_ID], | ||||||
|             WiFiAP(), |             WiFiAP(), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user