mruby-esp32 / mruby-esp32-wifi

Wi-Fi library for mruby-esp32.
7 stars 5 forks source link

WiFi#on_connected doesn't work with ESP-IDF 5.1 #6

Open vickash opened 1 year ago

vickash commented 1 year ago

The block runs properly; once the board gets an IP address, esp_netif_handlers line prints, followed by the line from the block. After that, I get either of the following errors.

On original ESP32: ***ERROR*** A stack overflow in task sys_evt has been detected.

On ESP32-S3: Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0).

I tried #on_connected without the ip argument and result was the same. An empty block gives the same result too.

vickash commented 12 months ago

This is probably related to my testing here with the new networking stack. They both fail in the same spot.