Add live plot zoom controls

This commit is contained in:
kamil
2026-04-09 00:23:16 +03:00
parent 95c7a5e2bd
commit 1c7ca604f5
2 changed files with 157 additions and 8 deletions

View File

@ -371,6 +371,7 @@ void print_help(const char* exe_name) {
<< "inside the same input stream, packets are split continuously by DI_SYN2 edges, and if\n"
<< "digital input 1 changes state the corresponding ADC sample is written to the buffer as 0.\n"
<< "Open live_plot.html in a browser to see the live graph update over time.\n"
<< "The live HTML supports X/Y zoom buttons, mouse-wheel zoom, and reset.\n"
<< "\n"
<< "Recommended working example:\n"
<< " " << exe_name