mirror of https://github.com/arendst/Tasmota.git
Merge pull request #15392 from s-hadinger/sdcard_config
Add SDCard options
This commit is contained in:
commit
ce8a34eb06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue