v1.17.0 #327
@ -190,10 +190,10 @@ class PlocSupvUartManager : public DeviceCommunicationIF,
|
|||||||
// Absolute name of file containing update data
|
// Absolute name of file containing update data
|
||||||
std::string file;
|
std::string file;
|
||||||
// Length of full file
|
// Length of full file
|
||||||
size_t fullFileSize;
|
size_t fullFileSize = 0;
|
||||||
// Size of update
|
// Size of update
|
||||||
uint32_t length;
|
uint32_t length = 0;
|
||||||
uint32_t crc;
|
uint32_t crc = 0;
|
||||||
bool crcShouldBeChecked = true;
|
bool crcShouldBeChecked = true;
|
||||||
size_t bytesWritten;
|
size_t bytesWritten;
|
||||||
uint32_t packetNum;
|
uint32_t packetNum;
|
||||||
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
|||||||
Subproject commit 066adee13a980f0a297ab401a10abc157a7d921d
|
Subproject commit 9cd4846d396373325fc5e03a367fed236dfc16d7
|
Loading…
Reference in New Issue
Block a user