Skip to content

Commit

Permalink
fix(wifi waiting): instead of a custom loop, use wifi waiting provided
Browse files Browse the repository at this point in the history
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
amanjeev authored and BriocheBerlin committed Sep 2, 2022
1 parent 04e638c commit 9025595
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 79 deletions.
Loading

0 comments on commit 9025595

Please sign in to comment.