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
Here the example is cited as button.await_for_any_edge().await, which should actually only be button.wait_for_any_edge().await as it is in the example file.
The text was updated successfully, but these errors were encountered:
Here the example is cited as
button.await_for_any_edge().await
, which should actually only bebutton.wait_for_any_edge().await
as it is in the example file.The text was updated successfully, but these errors were encountered: