diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 3ce9881f6..a9eac0acb 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -52,6 +52,9 @@ #define FALLBACK_MODULE ODROID_GO // [Module2] Select default module on fast reboot where USER_MODULE is user template #define USE_ODROID_GO // Add support for Odroid Go +#define USE_UFILESYS +#define USE_SDCARD +//#define SDCARD_CS_PIN 4 // Need to look which is the Odroid Gpio for #define USE_ADC #define USE_SPI #define USE_DISPLAY // Add SPI Display Support (+2k code)