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 1c992b4 commit a9c668bCopy full SHA for a9c668b
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