Add SDCard options

This commit is contained in:
Stephan Hadinger 2022-04-18 08:59:21 +02:00
parent 3f5901e1ea
commit 0ffa1e2dba

View File

@ -872,6 +872,10 @@
#define IR_RCV_WHILE_SENDING 0 // Turns on receiver while sending messages, i.e. receive your own. This is unreliable and can cause IR timing issues
#define IR_RCV_TOLERANCE 25 // Base tolerance percentage for matching incoming IR messages (default 25, max 100)
// -- SD Card support -----------------------------
// #define USE_SDCARD // mount SD Card, requires configured SPI pins and setting of `SDCard CS` gpio
#define SDC_HIDE_INVISIBLES // hide hidden directories from the SD Card, which prevents crashes when dealing SD created on MacOS
// -- Zigbee interface ----------------------------
//#define USE_ZIGBEE // Enable serial communication with Zigbee CC2530/CC2652 flashed with ZNP or EFR32 flashed with EZSP (+49k code, +3k mem)
#define USE_ZIGBEE_ZNP // Enable ZNP protocol, needed for CC2530/CC2652 based devices