Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(esp-wifi): Update is_started() implementation (esp-rs#180)
The old implementation of is_started() returns `Ok(true)` is the sta or ap is enabled, which is true before wifi_start() has been called. This results in the function returning true, before `start()` has been called.
- Loading branch information