mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-16 12:42:54 +00:00
Add new OTA action definitions
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
This commit is contained in:
@@ -888,6 +888,8 @@ typedef struct {
|
||||
#define BWM_OTA_ACTION_WRITE 0x01
|
||||
#define BWM_OTA_ACTION_END 0x02
|
||||
#define BWM_OTA_ACTION_ABORT 0x03
|
||||
#define BWM_OTA_ACTION_VERSION 0x04
|
||||
#define BWM_OTA_ACTION_REBOOT 0x05
|
||||
// Max firmware bytes per WRITE action. Bounded by the BWM app_com UART link's
|
||||
// internal frame buffer (bwm_wifi.c: bwm_cmd()'s `frame[8 + 256]`), which is
|
||||
// far smaller than the USB link's max_cmd_data_size - do not derive this from
|
||||
|
||||
Reference in New Issue
Block a user