Skip to content

Commit

Permalink
Update silabs efr32 lighting-app README (#24008)
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored and pull[bot] committed Jan 29, 2024
1 parent f1868b1 commit 4182384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/lighting-app/silabs/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Silicon Labs platform.
$ cd ~/connectedhomeip/examples/lighting-app/efr32
$ git submodule update --init
$ source third_party/connectedhomeip/scripts/activate.sh
$ export EFR32_BOARD=BRD4161A
$ export silabs_board=BRD4161A
$ gn gen out/debug
$ ninja -C out/debug

Expand All @@ -167,7 +167,7 @@ Silicon Labs platform.
$ cd ~/connectedhomeip/examples/lighting-app/efr32
$ git submodule update --init
$ source third_party/connectedhomeip/scripts/activate.sh
$ export EFR32_BOARD=BRD4161A
$ export silabs_board=BRD4161A
$ gn gen out/debug --args='import("//with_pw_rpc.gni")'
$ ninja -C out/debug

Expand Down

0 comments on commit 4182384

Please sign in to comment.