mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Add comments
This commit is contained in:
@@ -313,6 +313,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
//Enable Local Time Stamp for getting network time
|
||||
// TODO: Find a better place for this
|
||||
sendAT(GF("+CLTS=1"));
|
||||
if (waitResponse(10000L) != 1) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user