Skip to content

Commit 4380292

Browse files
committed
comment why not actually reset wifi
1 parent ff77314 commit 4380292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/raspberrypi/common-hal/wifi/__init__.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ void wifi_reset(void) {
8080
if (!wifi_inited) {
8181
return;
8282
}
83+
// the cyw43 wifi chip is not reset due to https://github.com/raspberrypi/pico-sdk/issues/980
8384
common_hal_wifi_monitor_deinit(MP_STATE_VM(wifi_monitor_singleton));
8485
wifi_radio_obj_t *radio = &common_hal_wifi_radio_obj;
8586
common_hal_wifi_radio_obj.current_scan = NULL;

0 commit comments

Comments
 (0)