add FTP server to Tasmota-4M (esp8266) (#20465)

* add FTP server to esp8266 env > 1MB flash
* ftp server only 4M Tasmota
This commit is contained in:
Jason2866 2024-01-11 12:35:24 +01:00 committed by GitHub
parent 20c54a3647
commit b881b55092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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