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
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
The text was updated successfully, but these errors were encountered: