Add log reset command to cli

This commit is contained in:
Oleg Kalachev
2026-07-08 01:07:59 +03:00
parent 83d1c5c68a
commit 28f015569b
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -161,6 +161,8 @@ void resetLog() {
value.lastValue = NAN;
}
}
logCursor = 0;
logLength = 0;
}
void writeLog(const void *data, size_t size) {