tobiasfaust / SolaxModbusGateway

Modbus RTU to MQTT Gateway
GNU General Public License v3.0
54 stars 17 forks source link

ESP WifiManager support no special characters #28

Closed MagicSven81 closed 11 months ago

MagicSven81 commented 11 months ago

Since the last version the ESP WifiManager didn´t support Wlan Passwords with special characters like:

if i change my wlan password to normal alphabetic and numeric charakters everythings works like before.

tobiasfaust commented 11 months ago

I‘m using another Wifimanager for Asynchrone Webserver technique. https://github.com/alanswx/ESPAsyncWiFiManager

MagicSven81 commented 11 months ago

thx