adafruit / Adafruit_MQTT_Library

Arduino library for MQTT support
MIT License
571 stars 292 forks source link

Update for M4 hardware #151

Closed brentru closed 5 years ago

brentru commented 5 years ago

Adding IFDEF to include *dtostrf function when compiling for M4 hardware. I could also replace ARDUINO_SAMD_ZERO with ARDUINO_ARCH_SAMD?

Tested with PyPortal and nina-fw's WiFiClient connecting to Adafruit.IO.