aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-02-07 23:31:30 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-02-07 23:31:30 +0200
commit3a970a55197e14c53e2692bf64d6caa62f51ed4b (patch)
tree704fe502327ae0f10e80a27445becb6b9180575b /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent59cf5e79315ae7cc62cb73f47a5bdaddfcbb1c88 (diff)
downloadTango-3a970a55197e14c53e2692bf64d6caa62f51ed4b.tar.gz
Tango-3a970a55197e14c53e2692bf64d6caa62f51ed4b.zip
file upload chunk size 4000
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index c3bfa396d..60873243c 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -48,7 +48,7 @@ FIL *UploadFileHandle = 0; //the system supports a single active file
FIL *DownloadFileHandle = 0; //the system supports a single active file
char FileHandleChar[5];
char ErrorMsg[100];
-#define MAX_CHUNK_LENGTH 2000
+#define MAX_CHUNK_LENGTH 4000
int32_t FileLength = 0;
int32_t FileReceivedLength = 0;
int32_t FileSentLength = 0;