From 3930bc97d71be623df96720ff0e735ea9c5815cc Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Thu, 7 Jan 2021 11:01:04 +0100 Subject: [PATCH] Update xdrv_50_filesystem.ino --- tasmota/xdrv_50_filesystem.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xdrv_50_filesystem.ino b/tasmota/xdrv_50_filesystem.ino index ca1f15fec..e12f6374a 100644 --- a/tasmota/xdrv_50_filesystem.ino +++ b/tasmota/xdrv_50_filesystem.ino @@ -100,8 +100,8 @@ void UfsInit(void) { #ifdef USE_SDCARD -// if (TasmotaGlobal.spi_enabled) { - if (1) { + if (TasmotaGlobal.spi_enabled) { +// if (1) { int8_t cs = SDCARD_CS_PIN; if (PinUsed(GPIO_SDCARD_CS)) { cs = Pin(GPIO_SDCARD_CS);