mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 13:16:32 +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 USE_UFILESYS
|
||||||
#define GUI_TRASH_FILE
|
#define GUI_TRASH_FILE
|
||||||
#define GUI_EDIT_FILE
|
#define GUI_EDIT_FILE
|
||||||
#ifdef ESP8266_4M
|
#ifdef ESP8266
|
||||||
#ifndef USE_FTP
|
#ifndef USE_FTP
|
||||||
#define USE_FTP
|
#define USE_FTP
|
||||||
#endif
|
#endif
|
||||||
@ -1067,7 +1067,7 @@
|
|||||||
#ifndef PW_FTP
|
#ifndef PW_FTP
|
||||||
#define PW_FTP "pass"
|
#define PW_FTP "pass"
|
||||||
#endif
|
#endif
|
||||||
#endif // ESP8266_4M
|
#endif // ESP8266
|
||||||
#define USE_SPI
|
#define USE_SPI
|
||||||
#define USE_SDCARD
|
#define USE_SDCARD
|
||||||
#define USE_PING
|
#define USE_PING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user