diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 3ba1e792f..7391a6db9 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -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