mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
enable FTP for all esp8266 >= 4MB (not only for 4MB variant) (#23120)
This commit is contained in:
parent
c926b4b3a6
commit
a0c8ac4f80
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user