v3.0 first pcb

This commit is contained in:
2024-06-04 03:01:13 +02:00
parent 229f7cda10
commit 214db0cc67
78 changed files with 49893 additions and 40970 deletions

View File

@@ -386,7 +386,6 @@ fn safe_main() -> anyhow::Result<()> {
&mut board,
);
let stay_alive = STAY_ALIVE.load(std::sync::atomic::Ordering::Relaxed);
println!("Check stay alive, current state is {}", stay_alive);
if stay_alive {