Webserver not working after updating Arduino IDE and ESP8266
Posted: Tue Aug 18, 2020 12:55 pm
About a year ago I developed some code which ran fine. I recently pulled it out, updated Json5 to Json6 and compiled the code on the newest release (1.8.13) of Arduino IDE and ESP Boards(2.7.4). I also Updated all Libraries.
Now the Webserver will not respond. WifiMulti is connecting to internet and Websocket is communicating. I just cannot reach the webserver page, either in AP mode or client mode through DHCP assigned IP address.
Other than a few lines of code in the SPIFFS routines to update to Json6, I did not change anything.
Below is the code. I am a novice coder, so it is very sloppy. I heavily commented it to assist with this post. (I accept the criticism. I know this is amateurish. I just really need the help.)
I have included the full code, but really am looking for advice with the webserver. (Any other thoughts are also appreciated, but webserver is key.)
Thank you in advance for your help.
Code removed. Thanks for the help.
Now the Webserver will not respond. WifiMulti is connecting to internet and Websocket is communicating. I just cannot reach the webserver page, either in AP mode or client mode through DHCP assigned IP address.
Other than a few lines of code in the SPIFFS routines to update to Json6, I did not change anything.
Below is the code. I am a novice coder, so it is very sloppy. I heavily commented it to assist with this post. (I accept the criticism. I know this is amateurish. I just really need the help.)
I have included the full code, but really am looking for advice with the webserver. (Any other thoughts are also appreciated, but webserver is key.)
Thank you in advance for your help.
Code removed. Thanks for the help.