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