summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrecipes-core/multitech/config/chat_wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/multitech/config/chat_wrapper b/recipes-core/multitech/config/chat_wrapper
index 42e7507..9aae971 100755
--- a/recipes-core/multitech/config/chat_wrapper
+++ b/recipes-core/multitech/config/chat_wrapper
@@ -187,7 +187,7 @@ function set_quectel_dataonly
result=$?
if ((result == 0)) ; then
if [[ $vc =~ QNVR:[[:space:]]\"*([0-9]+)\" ]] ; then
- if [[ ${BASH_REMATCH[1]} != 010102000000000000 ]] ; then
+ if [[ ${BASH_REMATCH[1]} != 0102000000000000 ]] ; then
${LOG} "Attempting to set sms to 01"
vc=$(radio-cmd ${RADIOOPTION} -t10000 'AT+QNVW=5280,0,"0102000000000000"' 2>&1)
result1=$?