Skip to content

Commit adbe558

Browse files
authored
Add files via upload
1 parent ce002a8 commit adbe558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sim800L.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ bool Sim800L::calculateLocation()
269269
this->print("\r");
270270

271271

272-
String data = _readSerial();
272+
String data = _readSerial(20000);
273273

274274
if (data.indexOf("ER")!=(-1)) return false;
275275

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Sim800L Library Revised
2-
version=1.0.1
2+
version=1.1.1
33
author=Vittorio Esposito
44
maintainer=Vittorio Esposito
55
sentence=Arduino library for Sim800L

0 commit comments

Comments
 (0)