mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Merge branch 'make_captive_portal_captive' into integration
This commit is contained in:
		| @@ -45,8 +45,8 @@ void CaptivePortal::handle_config(AsyncWebServerRequest *request) { | ||||
|   request->send(stream); | ||||
| } | ||||
| void CaptivePortal::handle_wifisave(AsyncWebServerRequest *request) { | ||||
|   std::string ssid = request->arg("ssid").c_str(); | ||||
|   std::string psk = request->arg("psk").c_str(); | ||||
|   std::string ssid = request->arg("ssid"); | ||||
|   std::string psk = request->arg("psk"); | ||||
|   ESP_LOGI(TAG, "Requested WiFi Settings Change:"); | ||||
|   ESP_LOGI(TAG, "  SSID='%s'", ssid.c_str()); | ||||
|   ESP_LOGI(TAG, "  Password=" LOG_SECRET("'%s'"), psk.c_str()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user