mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-20 09:46:34 +00:00
Allow longer filenames in FTP #283
This commit is contained in:
parent
187ad58dc5
commit
8bd001ccb0
@ -325,7 +325,7 @@
|
||||
#define FTP_FILE_WRITE_APPEND "a"
|
||||
#define FTP_FILE_WRITE_CREATE "w"
|
||||
#endif
|
||||
#define FILENAME_LENGTH 32
|
||||
#define FILENAME_LENGTH 128
|
||||
#elif(STORAGE_TYPE == STORAGE_SD)
|
||||
#include <SPI.h>
|
||||
#include <SD.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user