Просмотр исходного кода

docs: Fix esp-netif migration guide removing compat mode

David Cermak 3 лет назад
Родитель
Сommit
ff844eb928

+ 0 - 7
docs/en/migration-guides/release-5.x/networking.rst

@@ -137,10 +137,3 @@ IP Addresses
 You are advised to use esp-netif defined IP structures. Please note that with default compatibility enabled, the LwIP structs will still work.
 
 *  :component_file:`esp-netif IP address definitions <esp_netif/include/esp_netif_ip_addr.h#L96>`
-
-Next Steps
-^^^^^^^^^^
-
-To port an application which may fully benefit from the :doc:`/api-reference/network/esp_netif`, you also need to disable the tcpip_adapter compatibility layer in the component configuration option. Please go to ``ESP NETIF Adapter`` > ``Enable backward compatible tcpip_adapter interface``. After that, check if your project compiles.
-
-The TCP/IP adapter includes many dependencies. Thus, disabling its compatibility might help separate the application from using specific TCP/IP stack API directly.

+ 0 - 7
docs/zh_CN/migration-guides/release-5.x/networking.rst

@@ -137,10 +137,3 @@ IP 地址
 推荐使用 esp-netif 定义的 IP 结构。请注意,在启用默认兼容性时,LwIP 结构体仍然可以工作。
 
 * :component_file:`esp-netif IP address definitions <esp_netif/include/esp_netif_ip_addr.h#L96>`
-
-后续步骤
-^^^^^^^^^^^^^^
-
-为了令移植应用程序可以使用 :doc:`/api-reference/network/esp_netif`,还需在组件配置中禁用 tcpip_adapter 兼容层。请前往 ``ESP NETIF Adapter`` > ``Enable backward compatible tcpip_adapter interface`` 进行设置,并检查项目是否编译成功。
-
-TCP/IP 适配器涉及大量依赖项,禁用兼容层可能有助于将应用程序与使用特定 TCP/IP 软件栈的 API 分离开来。