Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with WLAN password which inlcudes '&' #65

Open
mh201168 opened this issue Jan 30, 2024 · 1 comment
Open

Problem with WLAN password which inlcudes '&' #65

mh201168 opened this issue Jan 30, 2024 · 1 comment

Comments

@mh201168
Copy link

Hi,

i have problem with the wlan password.
It seems the password is not convert correct or is not correct save from webui.

I have a character '&' in my password and it was cut exactly at this character.

I had seen this after i add a output on serial console for the password.
Actually my work around is to set the password in source code

const char* ssid1 = "";
const char* password1 = "";

Maybe it will be possible on your end to check if the urldecoded command is the problem?

If you need further more details, let me know it.

KR

@Muskelbiber1
Copy link

Hi, I have the same problem.
I tried to understand your solution, but I’m not sure where to add the lines.
Could you please do me a favor and tell me exactly where I need to change the code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants