summaryrefslogtreecommitdiff
path: root/src/MTS_IO_ME910C1WWRadio.cpp
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2019-06-13 10:32:08 +0300
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2019-06-13 10:32:08 +0300
commitc0e937f5a2a31b09f2736f1aeda782ba4ad121e2 (patch)
treed1218d23cd3eab04c10bac711fe312ff650566a0 /src/MTS_IO_ME910C1WWRadio.cpp
parentacb40ca0033a48cedfeb118dcc216f60e4dd8c45 (diff)
parent123aed7c4be0b88a4726cae5d722d74ebdf93782 (diff)
downloadlibmts-io-c0e937f5a2a31b09f2736f1aeda782ba4ad121e2.tar.gz
libmts-io-c0e937f5a2a31b09f2736f1aeda782ba4ad121e2.tar.bz2
libmts-io-c0e937f5a2a31b09f2736f1aeda782ba4ad121e2.zip
Merge branch 'quectel-radio' into quectel-specific
Ported the recent changes made by Maksym
Diffstat (limited to 'src/MTS_IO_ME910C1WWRadio.cpp')
-rw-r--r--src/MTS_IO_ME910C1WWRadio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTS_IO_ME910C1WWRadio.cpp b/src/MTS_IO_ME910C1WWRadio.cpp
index 2bc86a1..0228eda 100644
--- a/src/MTS_IO_ME910C1WWRadio.cpp
+++ b/src/MTS_IO_ME910C1WWRadio.cpp
@@ -101,7 +101,7 @@ ME910C1WWRadio::CODE ME910C1WWRadio::getActiveFirmware(std::string& sFwId) {
sCmd = "AT#FWSWITCH?";
std::string sResult = sendCommand(sCmd);
- size_t end = sResult.find(RSP_OK);
+ size_t end = sResult.find(ICellularRadio::RSP_OK);
if (end == std::string::npos) {
printWarning("%s| Unable to get active image number from radio using command [%s]",
getName().c_str(),