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>
This commit is contained in:
2026-05-18 22:26:42 +02:00
co-authored by Cursor
parent 81e479ecd1
commit 92e146e2ed
8 changed files with 261 additions and 51 deletions
+2
View File
@@ -15,6 +15,8 @@ idf_component_register(
"uart_proto.c"
"cmd_handler.c"
"cmd_version.c"
"cmd_client_info.c"
"client_registry.c"
"esp_now_comm.c"
"proto/uart_messages.pb.c"
"proto/pb_encode.c"