Skip to content

Commit e6f79bd

Browse files
authored
Merge pull request #23 from OBrown92/patch-1
fix: GSM have to be uppercase
2 parents 1c992b4 + a9c668b commit e6f79bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/readSms/readSms.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ void loop() {
9090
byte index = GSM.checkForSMS();
9191
if(index != 0)
9292
{
93-
Serial.println(gsm.readSms(index));
93+
Serial.println(GSM.readSms(index));
9494
}
9595
}

0 commit comments

Comments
 (0)