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
@@ -25,9 +25,3 @@ USB example uses Quactel BG96 modem device. BG96 needs a positive pulse on its P
This example supports USB modem hot-plugging and reconnection. There is one limitation coming from esp_console component:
When esp_console REPL is being destroyed (after USB mode disconnection or after `exit` command), it will block on UART read.
You must send a character to it (via idf.py monitor), so it unblocks and properly exits.
### Supported IDF versions
This example is only supported from `v4.2`, due to support of the console repl mode.
USB example is supported from `v4.4`.