Explorar o código

reduce SCRATCH_BUFSIZE to fix upload errors

Frank Haverland %!s(int64=3) %!d(string=hai) anos
pai
achega
aa72cab84f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/components/jomjol_fileserver_ota/server_file.cpp

+ 1 - 1
code/components/jomjol_fileserver_ota/server_file.cpp

@@ -54,7 +54,7 @@ extern "C" {
 
 
 /* Scratch buffer size */
-#define SCRATCH_BUFSIZE  8192 
+#define SCRATCH_BUFSIZE  4096 
 
 struct file_server_data {
     /* Base path of file storage */