Add new OTA action definitions

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
This commit is contained in:
Niel Nielsen
2026-09-03 12:58:44 +02:00
committed by GitHub
parent c98e5fe69f
commit 0245e99fde
+2
View File
@@ -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