powerpods/main/cmd_version.h
simon 43a85ce697 Add command queue dispatcher and VERSION UART handler.
Centralize command dispatch over a FreeRTOS queue so UART and future
ESP-NOW transports can register handlers; implement the protobuf VERSION
command with framed nanopb responses including build git hash.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-18 21:46:51 +02:00

7 lines
86 B
C

#ifndef CMD_VERSION_H
#define CMD_VERSION_H
void cmd_version_register(void);
#endif