Check app checksums during untar (#1815)

This commit is contained in:
Mark Thompson
2024-01-27 06:29:24 -06:00
committed by GitHub
parent df47490d85
commit 41ec11fb66
3 changed files with 50 additions and 14 deletions
+2 -1
View File
@@ -26,7 +26,8 @@
#include "ui_navigation.hpp"
#include "spi_image.hpp"
#define CURRENT_HEADER_VERSION 0x00000001
#define CURRENT_HEADER_VERSION 0x00000002
#define MIN_HEADER_VERSION_FOR_CHECKSUM 0x00000002
typedef void (*externalAppEntry_t)(ui::NavigationView& nav);