adafruit / Adafruit_MQTT_Library

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

Do not publish NaN floats #58

Open ndoo opened 7 years ago

ndoo commented 7 years ago

PR opened: #57

ndoo commented 7 years ago

I’ll keep this out of the issue text above as it could be seen as a personal preference - but publishing characters ("NaN") to the feed adds additional input validation requirements on subscribers which may (naively) atof() subscription output.