Files
esp-protocols/components/esp_modem/test/host_test
David Cermak 0998f3dd4f fix(modem): Fixed incorrect dial command format
ATD command is used to switch generic device to the data mode
by dialing GPRS_SRC. The generic version of the command was incorrect
`ATD*99##` (containing extra trailing # char, which is accepted by most
devices). Command has been fixed, but the extra #'s been kept for devices
that we cannot test (to be fixed in IDFGH-9470).

Closes https://github.com/espressif/esp-protocols/issues/433
2024-01-09 12:48:16 +01:00
..
2021-10-04 11:32:55 +02:00

Host test for esp_modem

This test uses linux port and some idf mocks in order to compile and execute it under linux.

This test uses catch as a test framework and implements a test terminal class LoopbackTerm