Commit Graph

3 Commits

Author SHA1 Message Date
David Cermak
5488fe31ba esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK()
esp_netif_init() returns standard esp_err_t error code (unlike tcpip_adapter init), so shall be checked for the return value
Also to make the initialization code more consistent.
2025-09-19 18:51:40 +08:00
David Cermak
6efd355e1e examples: modify other examples and tests to use esp_netif instead of tcpip_adapter 2025-09-19 18:51:40 +08:00
David Cermak
feb7bb6f8a esp_tls: enable psk verification mode, added mqtt example using psk authentication 2025-09-19 18:51:40 +08:00