This commit is contained in:
rusefillc 2022-06-17 22:10:34 -04:00
parent 28823f1d84
commit f53b64a558
2 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,7 @@ void initWaveChart(WaveChart *chart) {
printStatus();
addConsoleActionI("chartsize", setChartSize);
addConsoleActionI("chart", setChartActive);
// this is used by HW CI
addConsoleAction(CMD_RESET_ENGINE_SNIFFER, resetNow);
#endif // EFI_UNIT_TEST
}

View File

@ -34,6 +34,7 @@ public:
private:
Logging logging;
char timeBuffer[_MAX_FILLER + 2];
// current number of events in buffer, see getSize()
uint32_t counter = 0;
/**
* We want to avoid visual jitter thus we want the left edge to be aligned