espressif / esp-iot-bridge

A smart bridge to make both ESP and the other MCU or smart device can access the Internet.
Apache License 2.0
140 stars 49 forks source link

Special character & (AEGHB-563) #68

Closed miccgn closed 2 months ago

miccgn commented 2 months ago

Hi,

from my experience, the code is not able to deal with the &-sign, if this is included in either the SSID or the STA password.

In both cases, the content gets truncated before the &-sign when stored to NVS.

tswen commented 2 months ago

Hello, thank you for your feedback. We will test and verify this part.

tswen commented 2 months ago

image Hello, I have conducted a test, and NVS does not truncate the "&" symbol.

miccgn commented 2 months ago

Hi @tswen,

thanks for your analysis. However, when I tried the example "wifi_router", I had troubles connecting to an SSID with & characters.

I can't reproduce it at the moment, as my only ESP32 is in use now, so let's close this here. For some reason (output messages on the webpage?) I assumed there was an error in the parsing routines.