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>
48 lines
908 B
C
48 lines
908 B
C
/* Automatically generated nanopb constant definitions */
|
|
/* Generated by nanopb-1.0.0-dev */
|
|
|
|
#include "uart_messages.pb.h"
|
|
#if PB_PROTO_HEADER_VERSION != 40
|
|
#error Regenerate this file with the current version of nanopb generator.
|
|
#endif
|
|
|
|
PB_BIND(alox_UartMessage, alox_UartMessage, AUTO)
|
|
|
|
|
|
PB_BIND(alox_Ack, alox_Ack, AUTO)
|
|
|
|
|
|
PB_BIND(alox_EchoPayload, alox_EchoPayload, AUTO)
|
|
|
|
|
|
PB_BIND(alox_VersionResponse, alox_VersionResponse, AUTO)
|
|
|
|
|
|
PB_BIND(alox_ClientInfo, alox_ClientInfo, AUTO)
|
|
|
|
|
|
PB_BIND(alox_ClientInfoResponse, alox_ClientInfoResponse, AUTO)
|
|
|
|
|
|
PB_BIND(alox_ClientInput, alox_ClientInput, AUTO)
|
|
|
|
|
|
PB_BIND(alox_ClientInputResponse, alox_ClientInputResponse, AUTO)
|
|
|
|
|
|
PB_BIND(alox_OtaStartPayload, alox_OtaStartPayload, AUTO)
|
|
|
|
|
|
PB_BIND(alox_OtaPayload, alox_OtaPayload, AUTO)
|
|
|
|
|
|
PB_BIND(alox_OtaEndPayload, alox_OtaEndPayload, AUTO)
|
|
|
|
|
|
PB_BIND(alox_OtaStatusPayload, alox_OtaStatusPayload, AUTO)
|
|
|
|
|
|
|
|
|
|
|