Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By sohialsadiq
#55084 sms don't work what i am doing wrong?

case 's':
Serial.println("Pushbullet sending sms");
pb.sendSMSPush("This is an SMS from the ESP8266", "00923008508003", "TARGET", "00923008508003");
delay(5000);
break;