Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vickash opened this issue Jun 30, 2023 · 1 comment
Open

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

vickash opened this issue Jun 30, 2023 · 1 comment

Comments

@vickash
Copy link

vickash commented Jun 30, 2023

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
Copy link
Author

vickash commented Jul 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant