You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theip
argument and result was the same. An empty block gives the same result too.The text was updated successfully, but these errors were encountered: