2.7.23
- Add configurable precision to float/doubles sent to Adafruit IO on Non-ESP8266 hardware (SAMD/ESP32/ESP8266).
For example, if you would like to send a float of with two precision points (something like 3.14) to Adafruit IO:
feedName->save(floatValue, 0, 0, 0, 2);