time to do final merge

This commit is contained in:
Priec
2025-11-19 21:46:07 +01:00
parent e569fbc39d
commit 8e1c2ec29f
26 changed files with 2940 additions and 2 deletions

View File

@@ -112,9 +112,9 @@ async fn main(spawner: Spawner) {
counter += 1;
let msg = if counter % 2 == 0 {
b"AAAAA\r\n"
b"AA\r\n"
} else {
b"Hello\r\n"
b"lo\r\n"
};
PIPE_SW_TX.write(msg).await;
info!("Sent: {:a}", msg);