debugging more

This commit is contained in:
Filipriec
2025-11-18 16:55:42 +01:00
parent 1909497403
commit 0a0ff0f38a
58 changed files with 5642 additions and 30 deletions

View File

@@ -107,7 +107,7 @@ async fn main(spawner: Spawner) {
PIPE_SW_TX.write(msg).await;
info!("Sent: {:a}", msg);
Timer::after(Duration::from_secs(3)).await;
Timer::after(Duration::from_millis(100)).await;
// Also read any incoming data from internal UART RX pipe
let n2 = PIPE_INT_RX.read(&mut buf).await;