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>
7 lines
74 B
C
7 lines
74 B
C
#ifndef CMD_OTA_H
|
|
#define CMD_OTA_H
|
|
|
|
void cmd_ota_register(void);
|
|
|
|
#endif
|