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 8196366 commit cd41fb1Copy full SHA for cd41fb1
ports/raspberrypi/common-hal/wifi/Radio.c
@@ -359,7 +359,7 @@ void common_hal_wifi_radio_stop_dhcp_client(wifi_radio_obj_t *self) {
359
}
360
361
void common_hal_wifi_radio_start_dhcp_server(wifi_radio_obj_t *self) {
362
- dhcp_stop(NETIF_AP);
+ dhcp_start(NETIF_AP);
363
364
365
void common_hal_wifi_radio_stop_dhcp_server(wifi_radio_obj_t *self) {
0 commit comments