docs(esp_netif): Update ESP-NETIF programming manual

This commit is contained in:
David Cermak
2024-07-09 10:35:17 +02:00
parent 91f04d7134
commit ea76db704d
2 changed files with 22 additions and 8 deletions
+6 -6
View File
@@ -291,12 +291,12 @@ In same cases, it is not enough to simply initialize a network interface by defa
You would typically need to use specific sets of ESP-NETIF APIs in the following use-cases:
* Set or get IP and DNS information
* Configure DHCP client or server
* Start SNTP service
* Use L2 TAP interface
* Use other IP events
* Use multiple network interfaces
* :ref:`esp_netif_set_ip`
* :ref:`esp_netif_set_dhcp`
* :ref:`esp_netif-sntp-api`
* :ref:`esp_netif_l2tap`
* :ref:`esp_netif_other_events`
* :ref:`esp_netif_api_reference`
.. _esp_netif_developer: