powerpods/main/cmd_client_info.h
simon 92e146e2ed Add client registry and CLIENT_INFO UART command on master.
Track ESP-NOW slaves in a shared registry and respond to CLIENT_INFO
with protobuf ClientInfoResponse; ESP-NOW path upserts registry entries.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-18 22:26:42 +02:00

7 lines
98 B
C

#ifndef CMD_CLIENT_INFO_H
#define CMD_CLIENT_INFO_H
void cmd_client_info_register(void);
#endif