From 5a0bc9dda829197048155380c3e344e28365aebc Mon Sep 17 00:00:00 2001 From: sdesai Date: Mon, 27 Mar 2023 09:00:20 -0500 Subject: Support Portal Case #5086148: use Cellular Radio time as alternative to GPS or NTP --- src/MTS_IO_QuectelRadio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/MTS_IO_QuectelRadio.cpp b/src/MTS_IO_QuectelRadio.cpp index defe863..c4b6ac4 100644 --- a/src/MTS_IO_QuectelRadio.cpp +++ b/src/MTS_IO_QuectelRadio.cpp @@ -1689,7 +1689,7 @@ ICellularRadio::CODE QuectelRadio::setTimeFormat() { } // Set command enables the automatic time zone update - std::string sCmdCTZU("AT+CTZU=1"); + std::string sCmdCTZU("AT+CTZU=3"); rc = sendBasicCommand(sCmdCTZU); if (rc != SUCCESS) { -- cgit v1.2.3