-
Notifications
You must be signed in to change notification settings - Fork 13.3k
wdt reset in WiFi.Config(...) #3852
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
Comments
bingo, it works! I had to change the library, of course, but I also added this function as:
And now, to be able to consolidate the code I had to comment as above. The compilation ran without error, the re-connection test after losing the network came out positively. I applied my code shown above without modification. Thank you |
core: +settimeofday() core: +coredecls.h +sntp-lwip2.c core: fix clock_gettime() with micros64() core: honor DST in configTime() core: internal clock is automatically started examples: +esp8266/NTP-TZ-DST.ino lwip2: sntp client removed lwip2: fix crashing with WiFi.softAPConfig(ip,ip,ip) fix esp8266#3852
Hardware
Hardware: ESP-07S
Core Version: 2.4.0-rc2
Description
The problem is that after losing the wifi network.
When trying again to connect to wifi, pops up a watch dog reset.
Settings in IDE ( Visual Micro on Visual Studio 2017 community)
Module: Generic ESP8266 Module
Flash Size: 4MB/1MB
CPU Frequency: 160Mhz
Flash Mode: dio
Flash Frequency: 40Mhz
Upload Using: SERIAL
Reset Method: nodemcu
IwIPvariant: v2
Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: