From ff844eb92864b00b99a5cfa92ecebf1a28fe47f1 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 4 Oct 2022 10:17:10 +0200 Subject: [PATCH] docs: Fix esp-netif migration guide removing compat mode --- docs/en/migration-guides/release-5.x/networking.rst | 7 ------- docs/zh_CN/migration-guides/release-5.x/networking.rst | 7 ------- 2 files changed, 14 deletions(-) diff --git a/docs/en/migration-guides/release-5.x/networking.rst b/docs/en/migration-guides/release-5.x/networking.rst index 8e8d3381e5..060470f6c2 100644 --- a/docs/en/migration-guides/release-5.x/networking.rst +++ b/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 ` - -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. diff --git a/docs/zh_CN/migration-guides/release-5.x/networking.rst b/docs/zh_CN/migration-guides/release-5.x/networking.rst index 712f529ab0..c0259a06b4 100644 --- a/docs/zh_CN/migration-guides/release-5.x/networking.rst +++ b/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 ` - -后续步骤 -^^^^^^^^^^^^^^ - -为了令移植应用程序可以使用 :doc:`/api-reference/network/esp_netif`,还需在组件配置中禁用 tcpip_adapter 兼容层。请前往 ``ESP NETIF Adapter`` > ``Enable backward compatible tcpip_adapter interface`` 进行设置,并检查项目是否编译成功。 - -TCP/IP 适配器涉及大量依赖项,禁用兼容层可能有助于将应用程序与使用特定 TCP/IP 软件栈的 API 分离开来。