Skip to content

2.7.23

Compare
Choose a tag to compare
@brentru brentru released this 28 Jan 16:40
· 320 commits to master since this release
ac625aa
  • 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);