mirror of
https://github.com/espressif/esp-protocols.git
synced 2026-05-03 19:40:50 +02:00
0998f3dd4f
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
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