/ProwlNotifierIOT

Notify IOS Device with an ESP8266 via prowlapp.com

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

embedded prowl notification transmitter

  • to be used with prowlapp.com api key that can be registered on their website
  • credential are stored in the credentials.h file in the include folder, just rename the credentials.h.example file and set your own Wifi SSID, Wifi password and api key
  • builds in PlatformIO
  • the upload speed is set to 1500000 baud in platformio.ini, change it to 115200 baud if you run into problems when uploading
  • the compiler flag -Wno-write-strings can be set to ignore the warning "deprecated conversion from string constant to ‘char*’"

credits