From a0c8ac4f800033d9ee033697626ec6e2e151a27a Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 8 Mar 2025 13:07:58 +0100 Subject: [PATCH] enable FTP for all esp8266 >= 4MB (not only for 4MB variant) (#23120) --- tasmota/include/tasmota_configurations.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/include/tasmota_configurations.h b/tasmota/include/tasmota_configurations.h index 1260892a0..64afd8f5b 100644 --- a/tasmota/include/tasmota_configurations.h +++ b/tasmota/include/tasmota_configurations.h @@ -1057,7 +1057,7 @@ #define USE_UFILESYS #define GUI_TRASH_FILE #define GUI_EDIT_FILE - #ifdef ESP8266_4M + #ifdef ESP8266 #ifndef USE_FTP #define USE_FTP #endif @@ -1067,7 +1067,7 @@ #ifndef PW_FTP #define PW_FTP "pass" #endif - #endif // ESP8266_4M + #endif // ESP8266 #define USE_SPI #define USE_SDCARD #define USE_PING