enable FTP for all esp8266 >= 4MB (not only for 4MB variant) (#23120)

This commit is contained in:
Jason2866 2025-03-08 13:07:58 +01:00 committed by GitHub
parent c926b4b3a6
commit a0c8ac4f80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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