esp32free80211
esp32free80211 copied to clipboard
getting odd error, can you help at all?
Amazing projects, ive learned a ton. Cant seem to work this out though.
D (2295) nvs: nvs_get_str_or_blob cal_mac D (2300) nvs: nvs_get_str_or_blob cal_data D (2305) nvs: nvs_close 3 V (2306) phy_init: register_chipv7_phy, init_data=0x3f40904c, cal_data=0x3ffc116 c, mode=0 I (2331) phy: phy_version: 350, Mar 22 2017, 15:02:06, 0, 0 I (2331) wifi: mode : softAP (24:0a:c4:03:f2:55) D (2333) event: SYSTEM_EVENT_AP_START V (2334) event: enter default callback D (2338) tcpip_adapter: check: remote, if=1 fn=0x40105124
V (2343) event: exit default callback I (2347) wifi: sleep disable 26 8 01 Never gonna give you up Guru Meditation Error of type LoadProhibited occurred on core 0. Exception was unhandled. Register dump: PC : 0x400e69f9 PS : 0x00060c30 A0 : 0x800f3ef2 A1 : 0x3f fc26a0 A2 : 0x3ffb4ff8 A3 : 0x3ffaedd4 A4 : 0x00000000 A5 : 0x00 0000a0 A6 : 0x3ffc116c A7 : 0x3ffb571c A8 : 0x00000000 A9 : 0x00 053000 A10 : 0x3ffaee14 A11 : 0x00000001 A12 : 0x00000053 A13 : 0x3f faee6c A14 : 0x00000000 A15 : 0x01040501 SAR : 0x0000001e EXCCAUSE: 0x00 00001c EXCVADDR: 0x00000000 LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0x00 000000
Backtrace: 0x400e69f9:0x3ffc26a0 0x400f3ef2:0x3ffc26d0 0x400dc20e:0x3ffc26f0
Entering gdb stub now.
Thanks for reporting this problem, it looks like some recent update to Espressif esp32-wifi-lib
broke this project. I kind of expected this to happen since esp32free80211 uses undocumented, unstable functionality in the wifi library. As a temporary fix, you might be able to get this working again by downgrading your esp32-wifi-lib
to an older version (should work with ffe5a4c14fe9c933c776fadc62fa9d409929e6f9
, but haven't tested. This also means you need to downgrade your esp-idf accordingly.).
I'm afraid actually fixing this issue could take some time since that means deciphering machine code again…