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

esp-wifi: None configuration unsupported #3175

Open
bjoernQ opened this issue Feb 25, 2025 · 0 comments
Open

esp-wifi: None configuration unsupported #3175

bjoernQ opened this issue Feb 25, 2025 · 0 comments
Labels
package:esp-wifi Issues related to the esp-wifi package

Comments

@bjoernQ
Copy link
Contributor

bjoernQ commented Feb 25, 2025

Currently if I try disable WiFi at runtime (using WifiController::set_configuration(None)) it fails with InternalError(EspErrInvalidArg).

True - we currently (and did so before) actively disallow None. I don't think we should disallow it. If you really don't need WiFi anymore it would be more effective to drop all resources and let esp-wifi tear down completely (i.e. also stopping the scheduler) but there is no reason to disallow None

Originally posted by @bjoernQ in #2224

@bjoernQ bjoernQ added the package:esp-wifi Issues related to the esp-wifi package label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:esp-wifi Issues related to the esp-wifi package
Projects
Status: Todo
Development

No branches or pull requests

1 participant