esp_netif: Add error checks to dhcp server state transitions

This commit is contained in:
David Cermak
2022-06-27 09:12:18 +02:00
parent e85f45b539
commit 89bb1fdec1
3 changed files with 18 additions and 7 deletions

View File

@@ -560,6 +560,9 @@ static const esp_err_msg_t esp_err_msg_table[] = {
# endif
# ifdef ESP_ERR_ESP_NETIF_IP6_ADDR_FAILED
ERR_TBL_IT(ESP_ERR_ESP_NETIF_IP6_ADDR_FAILED), /* 20492 0x500c */
# endif
# ifdef ESP_ERR_ESP_NETIF_DHCPS_START_FAILED
ERR_TBL_IT(ESP_ERR_ESP_NETIF_DHCPS_START_FAILED), /* 20493 0x500d */
# endif
// components/esp_common/include/esp_err.h
# ifdef ESP_ERR_FLASH_BASE