SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.53k stars 491 forks source link

Wifi connection issue #434

Open SaimenSays opened 7 years ago

SaimenSays commented 7 years ago

I'm watching a strange wifi connection issue. I have two access points with same SSID. Connecting to one seems to be good. But the other (on Channel 1) causes reset loop. I think its an timing problem because there are multiple "Timer Start Failed". Please have a look at the serial log

One address in fatal exception trace leeds to :

0x40100cd9: sdk_os_random at /media/speicher/Simon/Projects/Yaala/firmwares/esp8266-rtos/esp-open-rtos/open_esplibs/libwpa/os_xtensa.c:22

Any idea what the problem is?

vlad-ivanov-name commented 7 years ago

Could #416 be related to this? You can try reverting these changes.