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>
7 lines
98 B
C
7 lines
98 B
C
#ifndef CMD_CLIENT_INFO_H
|
|
#define CMD_CLIENT_INFO_H
|
|
|
|
void cmd_client_info_register(void);
|
|
|
|
#endif
|