diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-19 12:35:02 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-19 12:35:02 +0200 |
| commit | 91fbd106c73ab40c76ad0e9d58b32e42c5325060 (patch) | |
| tree | aa5c5e0c50df6fc82b3f86d688c8c730485018d1 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | 096bd938ce5a1c3643695bc8f6818e8e1fd3c064 (diff) | |
| download | Tango-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.c | 2 |
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; |
