From 1083316ff1d94152a73a9dcc16e04abdac0b0cc3 Mon Sep 17 00:00:00 2001 From: Rob Oliver Date: Mon, 26 Jul 2021 10:04:23 -0400 Subject: [PATCH] Improve README for RPC in lock-app on ESP32 --- examples/lock-app/esp32/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/examples/lock-app/esp32/README.md b/examples/lock-app/esp32/README.md index c43754f5689dee..8f31cab8cd80c3 100644 --- a/examples/lock-app/esp32/README.md +++ b/examples/lock-app/esp32/README.md @@ -199,6 +199,17 @@ connect an external LED to GPIO. ## Using the RPC console +Enable RPCs in the build using menuconfig: + + $ idf.py menuconfig + +Enable the RPC library: + + Component config → CHIP Core → General Options → Enable Pigweed PRC library + +After flashing a build with RPCs enabled you can use the rpc console to send +commands to the device. + Build or install the [rpc console](../../common/pigweed/rpc_console/README.md) Start the console