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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user