mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-23 05:44:26 -04:00
Added exFAT support for SD cards
This commit is contained in:
parent
4eabe7c2bc
commit
4df7a7d781
14 changed files with 20723 additions and 2975 deletions
2
device.h
2
device.h
|
@ -26,7 +26,7 @@
|
|||
#define BAUD 115200
|
||||
#define SERIAL_DEBUG false
|
||||
#define TX_MAXWAIT 2UL
|
||||
#define CONFIG_QUEUE_SIZE 5000
|
||||
#define CONFIG_QUEUE_SIZE 5000 // TODO: Optimise this by saving ram other places
|
||||
#define CONFIG_QUEUE_MAX_LENGTH 15
|
||||
#define CONFIG_SERIAL_BUFFER_SIZE 1532 // TODO: Tune this, what is actually required?
|
||||
#define CONFIG_SERIAL_TIMEOUT_MS 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue