mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 15:20:31 -04:00
Check app checksums during untar (#1815)
This commit is contained in:
parent
df47490d85
commit
41ec11fb66
3 changed files with 50 additions and 14 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue