From b32dbb2c5f12fbacf598edb812acab816068de00 Mon Sep 17 00:00:00 2001 From: Serhii Kostiuk Date: Fri, 7 Aug 2020 16:03:56 +0300 Subject: Quectel EG25-G Delta Radio Firmware Upgrade support - libmts-io implementation Small improvements in code comments. --- include/mts/MTS_IO_QuectelRadio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mts/MTS_IO_QuectelRadio.h b/include/mts/MTS_IO_QuectelRadio.h index 5199b40..9713f48 100644 --- a/include/mts/MTS_IO_QuectelRadio.h +++ b/include/mts/MTS_IO_QuectelRadio.h @@ -86,7 +86,7 @@ namespace MTS { CODE fumoWaitUpgradeFinished(UpdateCb& stepCb); CODE fumoWaitNewFirmware(UpdateCb& stepCb); - /// Parse error code in early FUMO URC result received before the first attempt to flash the firmware + /// Parse error code if +QIND: "FOTA" received before the first attempt to flash the firmware std::string getFumoEarlyErrorCode(const std::string& sRadioInput); /// Get value from container by its index, use default value if not found. Non-template version. -- cgit v1.2.3