Skip to content

Commit cd41fb1

Browse files
authored
oops
1 parent 8196366 commit cd41fb1

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/common-hal/wifi

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ void common_hal_wifi_radio_stop_dhcp_client(wifi_radio_obj_t *self) {
359359
}
360360

361361
void common_hal_wifi_radio_start_dhcp_server(wifi_radio_obj_t *self) {
362-
dhcp_stop(NETIF_AP);
362+
dhcp_start(NETIF_AP);
363363
}
364364

365365
void common_hal_wifi_radio_stop_dhcp_server(wifi_radio_obj_t *self) {

0 commit comments

Comments
 (0)