-->
Page 1 of 1

PushBullet Library for ESP8266

PostPosted: Sat Dec 26, 2015 7:29 pm
by koenvdkruk
Hello,

I am busy writing a library to use PushBullet in combination with the ESP8266.

https://github.com/koen-github/PushBullet-ESP8266

I am looking for people who want to try my library.

Let me know if you have any feedback or comments :-)

Koen

Re: PushBullet Library for ESP8266

PostPosted: Wed Sep 14, 2016 5:53 am
by sohialsadiq
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;