added test cases for image start offset and fix

This commit is contained in:
2021-01-07 17:10:25 +01:00
parent 13cbb310b4
commit c985ee6031
5 changed files with 312 additions and 20 deletions

View File

@ -18,5 +18,6 @@
bool bNewerVersion(const char* pu8Local, const char* pu8Remote);
esp_err_t errExtractVersionNumber(unsigned char* pu8Data, uint32_t* pu32DataLenght, char* pc8RemoteVersionNumber);
esp_err_t errFindImageStart(unsigned char* pu8Data, uint32_t* pu32DataLenght, uint32_t* pu32StartOffset);
#endif /* H_MESH_OTA */