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

View File

@ -17,7 +17,3 @@ over PPPoS, i.e. over the modem serial line.
* Experiment with the network, after getting the IP from the modem device
- directly in the code
- in the system (need to set `tun` interface IP, dns servers, and routing the desired traffic over the tun interface)
### Supported IDF versions
This example (using the default CMake IDF build system) is only supported from `v4.4`, since is uses `idf.py`'s linux target.