We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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); */
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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);
*/
The text was updated successfully, but these errors were encountered: