CCLK isn't local on BG96, use QLTS=2

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2020-02-20 12:17:01 -05:00
parent af33145467
commit 811105f968
3 changed files with 72 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ class TinyGsmTime {
break;
case DATE_DATE: res = thisModem().stream.readStringUntil(','); break;
}
thisModem().waitResponse(); // Ends with OK
return res;
}