mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
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:
parent
20c54a3647
commit
b881b55092
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user