From 1eded6b641e4dcd89a89f47290d517e7089d2bb6 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 26 Mar 2021 18:32:00 +0100 Subject: [PATCH] Support SD-Card --- tasmota/tasmota_configurations_ESP32.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 3fed9cfe2..9a18f43f5 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -33,6 +33,10 @@ #define CODE_IMAGE_STR "webcam" #define USE_WEBCAM +#define USE_UFILESYS +#define USE_SDCARD + #define GUI_TRASH_FILE +#define USE_SPI #undef USE_MI_ESP32 // (ESP32 only) Disable support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash) #endif // FIRMWARE_WEBCAM