We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff77314 commit 4380292Copy full SHA for 4380292
ports/raspberrypi/common-hal/wifi/__init__.c
@@ -80,6 +80,7 @@ void wifi_reset(void) {
80
if (!wifi_inited) {
81
return;
82
}
83
+ // the cyw43 wifi chip is not reset due to https://github.com/raspberrypi/pico-sdk/issues/980
84
common_hal_wifi_monitor_deinit(MP_STATE_VM(wifi_monitor_singleton));
85
wifi_radio_obj_t *radio = &common_hal_wifi_radio_obj;
86
common_hal_wifi_radio_obj.current_scan = NULL;
0 commit comments