Update xdrv_50_filesystem.ino

This commit is contained in:
gemu2015 2021-01-07 11:01:04 +01:00
parent 1817bec751
commit 3930bc97d7
1 changed files with 2 additions and 2 deletions

View File

@ -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);