Skip to content

Commit 6dd2e86

Browse files
authored
remove dhcp calls
1 parent cd41fb1 commit 6dd2e86

File tree

1 file changed

+0
-2
lines changed
  • ports/raspberrypi/common-hal/wifi

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,11 +359,9 @@ 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_start(NETIF_AP);
363362
}
364363

365364
void common_hal_wifi_radio_stop_dhcp_server(wifi_radio_obj_t *self) {
366-
dhcp_stop(NETIF_AP);
367365
}
368366

369367
void common_hal_wifi_radio_set_ipv4_address(wifi_radio_obj_t *self, mp_obj_t ipv4, mp_obj_t netmask, mp_obj_t gateway, mp_obj_t ipv4_dns) {

0 commit comments

Comments
 (0)