Skip to content

Commit

Permalink
Update readSmsAndFIlterNumber.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiansteib committed Apr 29, 2016
1 parent 1cb8306 commit 270b2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/readSmsAndFilterNumber/readSmsAndFIlterNumber.ino
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <Sim800l.h>
#include <SoftwareSerial.h> //is necesary for the library!!
Sim800l Sim800l; //to declare the library
String text; // to almacenate the text of the sms
String text; // to storage the text of the sms
uint8_t index; // to indicate the message to read.

String textSms,numberSms;
Expand Down

0 comments on commit 270b2e0

Please sign in to comment.