tobiasschuerg / InfluxDB-Client-for-Arduino

Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.
MIT License
382 stars 95 forks source link

Feat precision only #202

Closed vlastahajek closed 2 years ago

vlastahajek commented 2 years ago

Closes #201

Proposed Changes

Added WriteOption::useServerTimestamptrue) to specify timestamp precision and do not send timestamp.

Checklist