powerpods/main/cmd/cmd_ota.h
simon 16c521f71c Move UART command handlers into main/cmd/ for clearer layout.
Add cmd/ to CMake include paths and update documentation paths.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-19 22:49:11 +02:00

7 lines
74 B
C

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