SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.53k stars 491 forks source link

sdk_wifi_station_dhcpc_stop: ensure the client is flagged as stopped. #621

Closed ourairquality closed 6 years ago

ourairquality commented 6 years ago

Need to flag the dhcp client as stopped, even if the netif is not yet initialized, because the flag is used to control the starting of the dhcpc.

UncleRus commented 6 years ago

Thank you!