output 1s

This commit is contained in:
2020-03-09 12:23:16 +01:00
parent 4f81343a89
commit eb83c754bf

View File

@ -151,7 +151,7 @@ void influxAddFrequency(uint32_t period, double fRaw, double fSmoothed, double g
int c = sprintf(tmpBuf, "mainsfrequency1S,host=%s,location=%s "
"freq=%f "
"%llu\n",
influxTag, valid, location,
influxTag, location,
freq1S,
tt);