We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce002a8 commit adbe558Copy full SHA for adbe558
Sim800L.cpp
@@ -269,7 +269,7 @@ bool Sim800L::calculateLocation()
269
this->print("\r");
270
271
272
- String data = _readSerial();
+ String data = _readSerial(20000);
273
274
if (data.indexOf("ER")!=(-1)) return false;
275
library.properties
@@ -1,5 +1,5 @@
1
name=Sim800L Library Revised
2
-version=1.0.1
+version=1.1.1
3
author=Vittorio Esposito
4
maintainer=Vittorio Esposito
5
sentence=Arduino library for Sim800L
0 commit comments