brunojoyal / PushoverESP32

Pushover.net client for ESP32, with HTTPS & attachment support.
16 stars 5 forks source link

Doesn't seam to work ... #4

Open RobbertClbg opened 8 months ago

RobbertClbg commented 8 months ago

I can't get this library to work on my ESP32 :-(

  Pushover pushoverClient(PO_APP_TOKEN, PO_USER);
  PushoverMessage myMessage;
  myMessage.title = title;
  myMessage.message = msg;
  myMessage.url = dashLink;
  myMessage.url_title = "Dashboard > ";
  int responseCode = pushoverClient.send(myMessage);

I get -1 as a response.