From f0ecd70fd7072b782f0f0c26508c576da1e03f52 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Wed, 8 Sep 2021 09:43:12 +0200 Subject: [PATCH] Examples/PPPoS: Warn about not supporting in v5.0 --- examples/protocols/pppos_client/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/protocols/pppos_client/README.md b/examples/protocols/pppos_client/README.md index c00e8f626d..3837ed3ea5 100644 --- a/examples/protocols/pppos_client/README.md +++ b/examples/protocols/pppos_client/README.md @@ -2,6 +2,8 @@ (See the README.md file in the upper level 'examples' directory for more information about examples.) +**Note:** This example uses an internal implementation of the [modem component](components/modem) that will not be maintained in `v5.0` and this example will be migrated to [esp-modem component](https://components.espressif.com/component/espressif/esp_modem). + ## Overview A general PPP application consists of two parts: PPP server which is provided by cellular modem module and PPP client which is provided by ESP32 in this example.