fix wifi name with space and Chinese

This commit is contained in:
Terrence
2024-09-10 00:46:58 +08:00
parent 20c8c98b38
commit 6112726b6d
2 changed files with 27 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ private:
void StartWebServer();
bool ConnectToWifi(const std::string &ssid, const std::string &password);
void Save(const std::string &ssid, const std::string &password);
static std::string UrlDecode(const std::string &url);
};
#endif // _WIFI_CONFIGURATION_AP_H_