debugging more
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user