lower spi ack timeout

This commit is contained in:
Adeeb Shihadeh
2022-12-20 23:05:04 -08:00
parent 5486eb3845
commit 0b58cb9e3c

View File

@@ -13,7 +13,7 @@ DACK = 0x85
NACK = 0x1F
CHECKSUM_START = 0xAB
ACK_TIMEOUT_SECONDS = 0.5
ACK_TIMEOUT_SECONDS = 0.1
MAX_XFER_RETRY_COUNT = 5
USB_MAX_SIZE = 0x40