adafruit / Adafruit_MQTT_Library

Arduino library for MQTT support
MIT License
573 stars 291 forks source link

0.16 broke my ESP8266 app #55

Closed driverblock closed 8 years ago

driverblock commented 8 years ago

Thank you for opening an issue on an Adafruit Arduino library repository. To improve the speed of resolution please review the following guidelines and common troubleshooting steps below before creating the issue:

If you're sure this issue is a defect in the code and checked the steps above please fill in the following fields to provide enough troubleshooting information. You may delete the guideline and text above to just leave the following details:

Sketch resets during setup in call to ConnectAdafruitMQTT(); Reverting to 0.15 fixes the problem Foundry_Temperature_v4.zip

toddtreece commented 8 years ago

@driverblock in v0.16.x all PROGMEM support was removed, so you'll have to update code and change them to #define. check out the updated examples in v0.16.1 for more info. if that doesn't help, please feel free to reopen this.

you might want to regen your AIO Key since it's in the zip file.