added automatic latest firmware spoofing (#16)

Reviewed-on: #16
This commit was merged in pull request #16.
This commit is contained in:
2026-07-13 21:16:02 +01:00
parent da29d1a032
commit 93e6ac6716
6 changed files with 62 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ typedef struct {
char authkey[64];
char inform_url[256];
char cfgversion[32];
char firmware_version[64];
bool config_applied;
int config_schema;
bool use_aes_gcm;