maakbaas / esp8266-iot-framework

Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, live dashboard, configuration manager, file manager and OTA updates.
GNU General Public License v3.0
418 stars 113 forks source link

WiFi passwords including "+" not working #155

Closed pfichtner closed 2 years ago

pfichtner commented 2 years ago

Trying to connect to an AP which has password (key) including "+" connections can not be established ("New connection unsuccessful"), no matter if I do via HTML-Webinterface or API-Call (/api/wifi/set). Perhaps this affects other special chars as well.

maakbaas commented 2 years ago

Should be fixed in 813418e

pfichtner commented 2 years ago

I can confirm that the problem is fixed now. Thank you!

maakbaas commented 2 years ago

Thanks for reporting the issue, and the feedback on the solution!