r2p: Update r2p payload

2 modes:
- With updater2p; Forces the reboot to payload binary to be hekate
- Without; Checks if hekate and then if old
This commit is contained in:
CTCaer
2019-12-12 00:13:32 +02:00
parent 87d376654b
commit a664118fc7
9 changed files with 48 additions and 3 deletions

View File

@@ -19,6 +19,6 @@
#include "hos.h"
int parse_fss(launch_ctxt_t *ctxt, const char *value);
int parse_fss(launch_ctxt_t *ctxt, const char *path);
#endif