Hi.
I have a program that allows me to set up a wifi connection from a browser. Sketch works fine but I am fine with configuring without a wifi password for some reason. I have corrected the program to the point that it ingests the configuration without a password but after that esp crashes and I have to give it a manual reset. After that it works fine. Probably the program crashes on trying to save a blank password. I have added comments in the code where I made the changes.
I would not like to throw away the original functionality just to add the ability to save a blank password.
Can you suggest a solution?
.
I have a program that allows me to set up a wifi connection from a browser. Sketch works fine but I am fine with configuring without a wifi password for some reason. I have corrected the program to the point that it ingests the configuration without a password but after that esp crashes and I have to give it a manual reset. After that it works fine. Probably the program crashes on trying to save a blank password. I have added comments in the code where I made the changes.
I would not like to throw away the original functionality just to add the ability to save a blank password.
Can you suggest a solution?
Code: C / C++