Fixes to BG96

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2020-01-31 17:03:10 -05:00
parent 033092f8fe
commit d85e83f049
2 changed files with 8 additions and 5 deletions

View File

@@ -214,7 +214,7 @@ public:
// with CFUN=0 not CFUN=1 (that is, at minimum functionality instead of full functionality
// The module cannot even detect the sim card if the cellular functionality is disabled so
// unless we explicitly enable the functionality the init will fail.
sendAT(GF("+CFUN=1")); // turn off error codes
sendAT(GF("+CFUN=1"));
waitResponse();
int ret = getSimStatus();