Skip to content

Commit

Permalink
Improve README for RPC in lock-app on ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Oliver committed Jul 26, 2021
1 parent 294c969 commit 1083316
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/lock-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1083316

Please sign in to comment.