Skip to content

Commit 2508486

Browse files
committed
Added Setting the network status indicator
1 parent 05cde61 commit 2508486

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/TinyGsmClientSIM7028.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file TinyGsmClientSIM7028.h
33
* @author junhuang
44
* @license LGPL-3.0
5-
* @copyright Copyright (c) 2024 junhuang
5+
* @copyright Copyright (c) 2024 M5Stack Technology CO LTD
66
* @date May 2024
77
*/
88

@@ -161,6 +161,8 @@ class TinyGsmSim7028 : public TinyGsmModem<TinyGsmSim7028>,
161161
}
162162
sendAT("+CFUN=1");
163163
waitResponse();
164+
sendAT("+QCLEDMODE=1");
165+
waitResponse();
164166

165167
#ifdef TINY_GSM_DEBUG
166168
sendAT(GF("+CMEE=2")); // turn on verbose error codes

0 commit comments

Comments
 (0)