We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c992b4 + a9c668b commit e6f79bdCopy full SHA for e6f79bd
examples/readSms/readSms.ino
@@ -90,6 +90,6 @@ void loop() {
90
byte index = GSM.checkForSMS();
91
if(index != 0)
92
{
93
- Serial.println(gsm.readSms(index));
+ Serial.println(GSM.readSms(index));
94
}
95
0 commit comments