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

Help debugging 'Expected to init 10 rx buffer, actual is 8' #21

Closed
raboof opened this issue Aug 13, 2019 · 1 comment
Closed

Help debugging 'Expected to init 10 rx buffer, actual is 8' #21

raboof opened this issue Aug 13, 2019 · 1 comment

Comments

@raboof
Copy link

raboof commented Aug 13, 2019

Doing sta_if = network.WLAN(network.STA_IF); sta_if.active(True) from micropython, I get:

E (79845) wifi: Expected to init 10 rx buffer, actual is 8
E (79855) [modnetwork]: Error initializing WiFi (257)

This error appears to be produced in libpp.a. I understand the actual problem is likely outside this lib, but could you help out explaining in what direction this error should point me?

(I am on commit 559a9def5 of esp-idf`)

@raboof
Copy link
Author

raboof commented Aug 14, 2019

Hmm, erasing the flash (not just the app) and re-flashing made this problem go away... might have been some sort of corruption I suppose.

@raboof raboof closed this as completed Aug 14, 2019
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