aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-02-19 12:35:02 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-02-19 12:35:02 +0200
commit91fbd106c73ab40c76ad0e9d58b32e42c5325060 (patch)
treeaa5c5e0c50df6fc82b3f86d688c8c730485018d1 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent096bd938ce5a1c3643695bc8f6818e8e1fd3c064 (diff)
downloadTango-91fbd106c73ab40c76ad0e9d58b32e42c5325060.tar.gz
Tango-91fbd106c73ab40c76ad0e9d58b32e42c5325060.zip
voltage control handling, feature #1316, #1565 resolved
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 15e845527..1ba656657 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -49,7 +49,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 4000
+#define MAX_CHUNK_LENGTH 5500
int32_t FileLength = 0;
int32_t FileReceivedLength = 0;
int32_t FileSentLength = 0;