From e78e255e50b7885330c79d874c636f910707a55e Mon Sep 17 00:00:00 2001 From: Adema Date: Wed, 14 May 2025 08:36:41 +0200 Subject: [PATCH] Upload files to "spi_receive" --- spi_receive/spi_receive.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spi_receive/spi_receive.ino b/spi_receive/spi_receive.ino index 06a7303..416ea6c 100644 --- a/spi_receive/spi_receive.ino +++ b/spi_receive/spi_receive.ino @@ -1,4 +1,4 @@ -uint32_t spiRx[256]; // Array to store received data +uint8_t spiRx[256]; // Array to store received data volatile int spiRxIdx = 0; // Index to track how many items are in spiRx volatile int spiRxComplete = 0; // Flag to indicate when data is ready for printing