ADC scaling and fixes

This commit is contained in:
2025-07-16 16:02:59 +02:00
parent 14143cfe60
commit 3fd35d723a
4 changed files with 415 additions and 34 deletions

View File

@@ -2,6 +2,7 @@ use tokio::process::Command;
pub async fn collect() {
collect_dir_output("audio_engine", "../collect_audio_engine.txt").await;
//collect_dir_output("firmware", "../collect_firmware.txt").await;
collect_dir_output("gui", "../collect_gui.txt").await;
collect_dir_output("osc", "../collect_osc.txt").await;
collect_dir_output("simulator", "../collect_simulator.txt").await;