From 40be97e6d94b28c26ad6e8641335b04708ec9cdf Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 8 Feb 2023 12:38:10 +0100 Subject: [PATCH] SD Card support for >1MB tasmota (#17916) --- tasmota/include/tasmota_configurations.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/include/tasmota_configurations.h b/tasmota/include/tasmota_configurations.h index f29eb254c..c8beda51b 100644 --- a/tasmota/include/tasmota_configurations.h +++ b/tasmota/include/tasmota_configurations.h @@ -1023,6 +1023,8 @@ #define USE_UFILESYS #define GUI_TRASH_FILE #define GUI_EDIT_FILE + #define USE_SPI + #define USE_SDCARD #define USE_PING #endif // FIRMWARE_MINIMAL