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>
7 lines
86 B
C
7 lines
86 B
C
#ifndef CMD_VERSION_H
|
|
#define CMD_VERSION_H
|
|
|
|
void cmd_version_register(void);
|
|
|
|
#endif
|