powerpods/main/cmd_ota.h
simon 59ca269407 Add UART OTA upload with A/B partition support.
Firmware buffers 200-byte chunks into 4 KiB blocks for esp_ota_write; goTool
uploads with per-block ACK flow control and larger UART buffers to avoid stalls.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-19 00:39:59 +02:00

7 lines
74 B
C

#ifndef CMD_OTA_H
#define CMD_OTA_H
void cmd_ota_register(void);
#endif