From 0245e99fde0eede016fbaf0bd0b68f45182db105 Mon Sep 17 00:00:00 2001 From: Niel Nielsen Date: Thu, 3 Sep 2026 12:58:44 +0200 Subject: [PATCH] Add new OTA action definitions Signed-off-by: Niel Nielsen --- include/pm3_cmd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pm3_cmd.h b/include/pm3_cmd.h index fc6f1c295..92e7a78fd 100644 --- a/include/pm3_cmd.h +++ b/include/pm3_cmd.h @@ -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