* CMD_SET_FLOOD_SCOPE_KEY, now with second variant for explicitly sending un-scoped

* FIRMWARE_VER_CODE bumped to 12
This commit is contained in:
Scott Powell
2026-05-07 16:51:03 +10:00
parent b75cefbfb4
commit 6979326340
2 changed files with 25 additions and 11 deletions
+2 -1
View File
@@ -5,7 +5,7 @@
#include "AbstractUITask.h"
/*------------ Frame Protocol --------------*/
#define FIRMWARE_VER_CODE 11
#define FIRMWARE_VER_CODE 12
#ifndef FIRMWARE_BUILD_DATE
#define FIRMWARE_BUILD_DATE "19 Apr 2026"
@@ -215,6 +215,7 @@ private:
uint32_t _active_ble_pin;
bool _iter_started;
bool _cli_rescue;
bool send_unscoped; // force un-scoped flood (instead of using send_scope)
char cli_command[80];
uint8_t app_target_ver;
uint8_t *sign_data;