diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-29 16:34:18 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-29 16:34:18 +0200 |
| commit | 730cc748ef2e65b682a31fc8864652b99b29ded9 (patch) | |
| tree | 289a9bdd76ef267055e28bc9d2b90a75191b219c /Software/Embedded_SW | |
| parent | 227e1f5959eaae9c3bacfed34aa91c5dd6d5a46a (diff) | |
| download | Tango-730cc748ef2e65b682a31fc8864652b99b29ded9.tar.gz Tango-730cc748ef2e65b682a31fc8864652b99b29ded9.zip | |
Version 1.5.1(1)
Diffstat (limited to 'Software/Embedded_SW')
3 files changed, 18 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c index 10f33c62b..b59194af6 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c @@ -50,7 +50,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 5500 +#define MAX_CHUNK_LENGTH 4096 int32_t FileLength = 0; int32_t FileReceivedLength = 0; int32_t FileSentLength = 0; diff --git a/Software/Embedded_SW/Embedded/Common/report/reportInit.c b/Software/Embedded_SW/Embedded/Common/report/reportInit.c index 2778943f3..18ad17bee 100644 --- a/Software/Embedded_SW/Embedded/Common/report/reportInit.c +++ b/Software/Embedded_SW/Embedded/Common/report/reportInit.c @@ -334,6 +334,7 @@ uint32_t ReportInitMessage(MessageContainer* requestContainer) StartDebugLogRequest* request = start_debug_log_request__unpack(NULL, requestContainer->data.len, requestContainer->data.data); Report("==============Saving file=================", __FILE__, __LINE__, _gTangoVersion.m_patch, RpWarning, _gTangoVersion.m_build, 0); + Task_sleep (100); ustrncpy (protobufToken, requestContainer->token,36); if (LogFileHandle != NULL) f_sync(LogFileHandle); diff --git a/Software/Embedded_SW/Embedded/Software Release Notes.txt b/Software/Embedded_SW/Embedded/Software Release Notes.txt index ccced752f..8af65fc55 100644 --- a/Software/Embedded_SW/Embedded/Software Release Notes.txt +++ b/Software/Embedded_SW/Embedded/Software Release Notes.txt @@ -1,4 +1,19 @@ -Embedded SW Release note - Version 1.5.1.0 - Pack 3 +Embedded SW Release note - Version 1.5.1(1) - Pack 3 +============================================================= +chunk size 4096 - check transfer time +keep alive started; fixed keep alive failure on file analysis +fixed pressure sensors V0 read on init +improved error log file +Flash savings - but embedded parameter changing requires reset +removed old VOC code +removed VOC alarms until hrdware is debugged +Alarm reason om job failures +prevent all WHS changes on old whs +fixed LEDs handling +not homing lubricant after jobs + + +Embedded SW Release note - Version 1.5.1(0) - Pack 3 ============================================================= Memory saving - removal of unused and unnecessary code. tasks priorities fixed. |
