Skip to content

Commit b21572b

Browse files
committed
Try with overly large buffer
1 parent e2db97e commit b21572b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
#define SPI_MISO 4
2424
#define SPI_MOSI 3
2525
#define SPI_SCK 2
26-
#define MAX_BUFFER_SIZE 1024
26+
#define MAX_BUFFER_SIZE 68000
2727
#define MAX_OPBUF_SIZE 1024
28-
#define SERIAL_BUFFER_SIZE 1024
28+
#define SERIAL_BUFFER_SIZE 68000
2929

3030
// Define a global operation buffer and a pointer to track the current position
3131
uint8_t opbuf[MAX_OPBUF_SIZE];

0 commit comments

Comments
 (0)