Преглед изворни кода

reduce SCRATCH_BUFSIZE to fix upload errors

Frank Haverland пре 3 година
родитељ
комит
aa72cab84f
1 измењених фајлова са 1 додато и 1 уклоњено
  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 */