diff options
author | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-29 21:02:15 +0300 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-30 11:58:27 +0300 |
commit | 6e9ce61addd97809d5ea7b912332dd11a4bf7cee (patch) | |
tree | dc45ee1c7ce5cbdef3e2f0d9770c9562309072da /include/mts/MTS_IO_ICellularRadio.h | |
parent | 9f5a4f138b56a0a1b4e5764a69261aa4a4edaa71 (diff) | |
download | libmts-io-6e9ce61addd97809d5ea7b912332dd11a4bf7cee.tar.gz libmts-io-6e9ce61addd97809d5ea7b912332dd11a4bf7cee.tar.bz2 libmts-io-6e9ce61addd97809d5ea7b912332dd11a4bf7cee.zip |
Quectel Delta Radio Firmware Upgrade support - libmts-io implementation
Initial implementation of the delta firmware image upload for Quectel radios.
Diffstat (limited to 'include/mts/MTS_IO_ICellularRadio.h')
-rw-r--r-- | include/mts/MTS_IO_ICellularRadio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_ICellularRadio.h b/include/mts/MTS_IO_ICellularRadio.h index 5123ba1..7ad69c7 100644 --- a/include/mts/MTS_IO_ICellularRadio.h +++ b/include/mts/MTS_IO_ICellularRadio.h @@ -103,6 +103,7 @@ namespace MTS { static const char *RSP_OK; static const char *RSP_ERROR; + static const char *RSP_CONNECT; static const char *VALUE_NOT_REGISTERED; static const char *VALUE_REGISTERED; |