Distribute master OTA images to slaves over ESP-NOW.

After UART OTA the master reads the staged partition in 4 KiB blocks (200 B ESP-NOW chunks), waits for per-slave block ACKs, and fixes the final partial block. Slaves reuse ota_uart; send pacing and logging improve reliability.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-19 01:00:56 +02:00
co-authored by Cursor
parent 4bf43d8a5e
commit 9b7bda8551
13 changed files with 835 additions and 33 deletions
+1
View File
@@ -21,6 +21,7 @@ idf_component_register(
"cmd_espnow_unicast_test.c"
"cmd_ota.c"
"ota_uart.c"
"ota_espnow.c"
"client_registry.c"
"esp_now_comm.c"
"esp_now_proto.c"