Implement clear view plot.

This commit is contained in:
2025-08-18 17:58:32 +02:00
parent 9d6625e8fa
commit 52610ef102
3 changed files with 29 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ fn main() {
std::thread::spawn(move || {
rt.block_on(communicate_with_hardware(
run_impedancemeter_rx,
run_impedancemeter_tx_clone,
run_impedancemeter_tx_clone,
magnitude_clone,
phase_clone,
magnitude_series_clone,