We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3c08a commit 8774251Copy full SHA for 8774251
examples/lighting-app/silabs/efr32/README.md
@@ -141,7 +141,7 @@ Silicon Labs platform.
141
$ cd ~/connectedhomeip/examples/lighting-app/efr32
142
$ git submodule update --init
143
$ source third_party/connectedhomeip/scripts/activate.sh
144
- $ export EFR32_BOARD=BRD4161A
+ $ export silabs_board=BRD4161A
145
$ gn gen out/debug
146
$ ninja -C out/debug
147
@@ -167,7 +167,7 @@ Silicon Labs platform.
167
168
169
170
171
$ gn gen out/debug --args='import("//with_pw_rpc.gni")'
172
173
0 commit comments