From 0ffa1e2dbaa259ca760c3a994a21b89964294268 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 18 Apr 2022 08:59:21 +0200 Subject: [PATCH] Add SDCard options --- tasmota/my_user_config.h | 4 ++++ 1 file changed, 4 insertions(+) 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