Skip to content

Commit becf54e

Browse files
committed
Store the incoming file as UPDATE.BIN.LZSS - this way the SSU will know that the binary file has been LZSS compressed and uncompress before writing to flash
1 parent bcfcdd7 commit becf54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/ota/OTAStorage_SSU.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
CONSTANTS
2929
******************************************************************************/
3030

31-
static char const SSU_UPDATE_FILENAME[] = "UPDATE.BIN";
31+
static char const SSU_UPDATE_FILENAME[] = "UPDATE.BIN.LZSS";
3232
static char const SSU_CHECK_FILE_NAME[] = "UPDATE.OK";
3333

3434
/******************************************************************************

0 commit comments

Comments
 (0)