fix(modem): Remove tests and support for IDFv4.4, added IDFv5.4

This commit is contained in:
David Cermak
2024-11-20 10:51:08 +01:00
parent 090b1ff845
commit 433a033fcc
7 changed files with 3 additions and 44 deletions
@@ -22,7 +22,3 @@ To enable this mode, please set `EXAMPLE_CUSTOM_TCP_TRANSPORT=y`
This configuration could be used with any network library, which is connecting to a localhost endpoint instead of remote one. This example creates a localhost listener which basically mimics the remote endpoint by forwarding the traffic between the library and the TCP/socket layer of the modem (which is already secure if the TLS is used in the network library)
![with localhost listener](at_client_localhost.png)
### Supported IDF versions
This example is supported from IDF `v5.0`.