Make Webserver allow HTTP requests for files with up to 50 characters in the path...
[pub/USBasp.git] / Projects / Webserver / Lib / uip / uipopt.h
index c8b3ad5..c8d0cd2 100644 (file)
@@ -689,7 +689,7 @@ typedef union
                uint8_t  CurrentState;
                uint8_t  NextState;
                
-               char     FileName[30];
+               char     FileName[50];
                FIL      FileHandle;
                bool     FileOpen;
                uint32_t ACKedFilePos;