You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support to add unsigned long long and long long as fields
To be able to send large integers such as nanosecond timestamps for
syslog and Chronograf logging from esp32.
Currently casting to a smaller data type results in truncation, double
will not have the i suffix and casting to string (+"i") before calling
addField gets wrapped in quotation marks so database treats it as
string.
Fixes#164
// Set timestamp to `now()` and store it in specified precision, nanoseconds by default. Date and time must be already set. See `configTime` in the device API
0 commit comments