Skip to content

src/cyw43_ctrl.c: Add bounded retry for failed auth.#154

Open
Gadgetoid wants to merge 1 commit into
georgerobotics:mainfrom
pimoroni:patch-bounded-auth-retry
Open

src/cyw43_ctrl.c: Add bounded retry for failed auth.#154
Gadgetoid wants to merge 1 commit into
georgerobotics:mainfrom
pimoroni:patch-bounded-auth-retry

Conversation

@Gadgetoid

Copy link
Copy Markdown

A Pico W connecting to a wireless network may fail to authenticate with a transient error and - in MicroPython at least - this failure surfaces to the user and requires a manual retry.

Handle auth failures internally with a bounded retry.

Turns the almost 100% failure to connect on first try (with my specific wireless network) to an almost 100% success rate.

A Pico W connecting to a wireless network may fail to authenticate
with a transient error and - in MicroPython at least - this failure
surfaces to the user and requires a manual retry.

Handle auth failures internally with a bounded retry.

Turns the almost 100% failure to connect on first try (with my
specific wireless network) to an almost 100% success rate.

Signed-off-by: Phil Howard <github@gadgetoid.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant