- Tue Jul 21, 2015 12:15 am
#23785
My Hardware:
Arduino IDE 1.6.5
The WebConfig version: 1.1.3 - 2015-07-20 is not working well for me.
Even after removing all PROGMEM keywords and using a static IP address to my local router, accessing the NTP SETTINGS page will reset my connection every time.
Before removing PROGMEM keywords, I get WDT on first page request every time.
After removing PROGMEM keywords, all other pages function as normal and the correct NTP time is downloaded from the internet.
Perhaps variations in esp8266 chip revisions?
From the Serial Monitor:
Code: Select allsend_information_values_html
favicon.ico
favicon.ico
send_NTP_configuration_html
favicon.ico
favicon.ico
Are the favicon.ico from displaying the back button? I can not find reference to them in the code.
Last edited by ridge on Tue Jul 21, 2015 12:30 am, edited 1 time in total.