This commit is contained in:
anecdata 2023-05-13 22:55:08 -05:00 committed by GitHub
parent 8196366c94
commit cd41fb101a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ void common_hal_wifi_radio_stop_dhcp_client(wifi_radio_obj_t *self) {
}
void common_hal_wifi_radio_start_dhcp_server(wifi_radio_obj_t *self) {
dhcp_stop(NETIF_AP);
dhcp_start(NETIF_AP);
}
void common_hal_wifi_radio_stop_dhcp_server(wifi_radio_obj_t *self) {