Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wifi waiting): instead of a custom loop, use wifi waiting provided
previous commit was using a custom loop but this PR comment[1] points to a better way `wait_status_with_timeout` method. this method was dependent upon using the latest versions of the dependencies, esp. esp-idf-svc. Without these updates to respective crates, Cargo was unhappy with conflicts of base crates like embeddad-hal. [1] #84 (comment)
- Loading branch information