Open
Description
current master logs lines like the following
2024-07-18 22:48:26.579812, slv, 000efefffe00008d/1, 0.000000000, 0.000000000, 0.000000000, 0.000000000, 6856.445312500, I, 50359, 0.000000000, 0, 0.000000000, 0 0.000000000, 0.000000000
note the two adjacent fields without a separating comma
also:
the following was commented out, this mangles the format a bit and causes the line to not match the header printed at top of file
/*
len += snprintf(sbuf + len, sizeof(sbuf) - len, ", %.0f, %.0f, ",
ptpClock->servo.driftMean,
ptpClock->servo.driftStdDev);
*/
Metadata
Metadata
Assignees
Labels
No labels