Add print at loop start

This commit is contained in:
Ulf Lilleengen 2024-12-10 13:15:31 +01:00
parent c2ab23a59c
commit 46aba82996

View File

@ -185,6 +185,7 @@ where
let mut rx_buf = [0u8; MAX_SPI_BUFFER_SIZE];
loop {
info!("[esp] loop");
self.handshake.wait_for_high().await.unwrap();
let ioctl = self.shared.ioctl_wait_pending();