My WIFI_STA cannot connect, as my wifi password is wrong. I debugged the function ConfigureWifi() in global.h (see below) and found out, that my wifi password ends before the containing character ";". E.g. a password like 123;456, will be truncated 123.
Unfortunately I haven't found out, where it has been truncated.
Hi,
thanks for your work!
My WIFI_STA cannot connect, as my wifi password is wrong. I debugged the function ConfigureWifi() in global.h (see below) and found out, that my wifi password ends before the containing character ";". E.g. a password like 123;456, will be truncated 123.
Unfortunately I haven't found out, where it has been truncated.
void ConfigureWifi() in global.h:
Any clue, how to fix the small issue?
cheers AIXruth