powerpods/main/proto/esp_now_messages.pb.c
simon 47c75110c9 Stream slave accel via ESP-NOW with master snapshot cache.
Slaves push BMA456 samples at 16ms when enabled; the master caches per
client and exposes ACCEL_SNAPSHOT and ACCEL_STREAM over UART. goTool adds
dashboard stream controls, HTTP accel-stream routes, and an external
WebSocket API with per-connection receive/interval and slave stream commands.

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

51 lines
1.0 KiB
C

/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-1.0.0-dev */
#include "esp_now_messages.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
PB_BIND(alox_EspNowUnicastTest, alox_EspNowUnicastTest, AUTO)
PB_BIND(alox_EspNowFindMe, alox_EspNowFindMe, AUTO)
PB_BIND(alox_EspNowRestart, alox_EspNowRestart, AUTO)
PB_BIND(alox_EspNowDiscover, alox_EspNowDiscover, AUTO)
PB_BIND(alox_EspNowSlavePresence, alox_EspNowSlavePresence, AUTO)
PB_BIND(alox_EspNowAccelDeadzone, alox_EspNowAccelDeadzone, AUTO)
PB_BIND(alox_EspNowAccelStream, alox_EspNowAccelStream, AUTO)
PB_BIND(alox_EspNowAccelSample, alox_EspNowAccelSample, AUTO)
PB_BIND(alox_EspNowOtaStart, alox_EspNowOtaStart, AUTO)
PB_BIND(alox_EspNowOtaPayload, alox_EspNowOtaPayload, AUTO)
PB_BIND(alox_EspNowOtaEnd, alox_EspNowOtaEnd, AUTO)
PB_BIND(alox_EspNowOtaStatus, alox_EspNowOtaStatus, AUTO)
PB_BIND(alox_EspNowMessage, alox_EspNowMessage, AUTO)