diff --git a/tasmota/include/tasmota_configurations.h b/tasmota/include/tasmota_configurations.h index b55626794..a680dc89a 100644 --- a/tasmota/include/tasmota_configurations.h +++ b/tasmota/include/tasmota_configurations.h @@ -1047,6 +1047,17 @@ #define USE_UFILESYS #define GUI_TRASH_FILE #define GUI_EDIT_FILE + #ifdef ESP8266_4M + #ifndef USE_FTP + #define USE_FTP + #endif + #ifndef USER_FTP + #define USER_FTP "user" + #endif + #ifndef PW_FTP + #define PW_FTP "pass" + #endif + #endif // ESP8266_4M #define USE_SPI #define USE_SDCARD #define USE_PING