PushBullet-ESP8266 icon indicating copy to clipboard operation
PushBullet-ESP8266 copied to clipboard

PushBullet library to send and receive notifications/sms from your ESP8266 microcontroller.

Results 2 PushBullet-ESP8266 issues
Sort by recently updated
recently updated
newest added

Hey, I've been trying to get past this since a long time now. When I use this library it continuously fails at ``` if (!pb.checkConnection()) { Serial.println("Failed to connect to...

I could not get the library to compile in the Arduino IDE 1.9.0-beta unless I changed the following in the `PushBullet.cpp` file: ### Change 1 removed `if(` at line54 ###...