mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #173] disconnect problem #138
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @unme11 on GitHub (May 19, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/173
Hi,
I have wrote some code for my esp8266-12 and it worked fine. But i had to change my windows. After windows installation I downloaded and completed arduino setup and I complied and upload my previous sketch but it doesnt work. I got this error from serial debugging when WiFi.disconnect() going to run in setupAP function.
Exception (3):
epc1=0x40100255 epc2=0x00000000 epc3=0x00000000 excvaddr=0x4001306e depc=0x00000000
ctx: cont
sp: 3fff0150 end: 3fff0570 offset: 01a0
and its exeption decoder
Decoding 28 results
0x40100255: umm_free at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266\umm_malloc/umm_malloc.c line 1298
0x4010020c: umm_free at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266\umm_malloc/umm_malloc.c line 1285
0x402336a0: sleep_reset_analog_rtcreg_8266 at ?? line ?
0x4010068c: free at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266\umm_malloc/umm_malloc.c line 1731
0x40105832: spi_flash_read at ?? line ?
0x40106f84: vPortFree at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266/heap.c line 18
0x4021dbbe: wifi_param_save_protect_with_check at ?? line ?
0x402336a0: sleep_reset_analog_rtcreg_8266 at ?? line ?
0x4021dbdb: wifi_param_save_protect_with_check at ?? line ?
0x4021dc41: system_param_save_with_protect at ?? line ?
0x4021e030: wifi_station_ap_number_set at ?? line ?
0x4021e18b: wifi_station_ap_number_set at ?? line ?
0x4021e218: wifi_station_ap_number_set at ?? line ?
0x4021e254: wifi_station_set_config at ?? line ?
0x402035e0: ESP8266WiFiSTAClass::disconnect(bool) at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\libraries\ESP8266WiFi\src/ESP8266WiFiSTA.cpp line 432
0x40205729: Print::write(char const) at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266/Print.cpp line 76
0x40205865: Print::printNumber(unsigned long, unsigned char) at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266/Print.cpp line 76
0x40206514: Print::write(unsigned char const, unsigned int) at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266/Print.cpp line 76
0x4021d8ae: wifi_get_opmode at ?? line ?
0x402033bf: ESP8266WiFiGenericClass::mode(WiFiMode) at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\libraries\ESP8266WiFi\src/ESP8266WiFiGeneric.cpp line 80
0x40205729: Print::write(char const_) at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266/Print.cpp line 76
0x40202c66: setupAP() at E:\arduino\sketch_may19a/sketch_may19a.ino line 198
0x40205754: Print::println() at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266/Print.cpp line 76
0x402057a0: Print::println(char const_) at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266/Print.cpp line 76
0x40203043: setup at E:\arduino\sketch_may19a/sketch_may19a.ino line 125
0x40206194: loop_wrapper at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266/core_esp8266_main.cpp line 43
0x40100718: cont_norm at C:\Users\amin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\cores\esp8266/cont.S line 109
a.txt