Skip to content

Commit 8774251

Browse files
authored
Update silabs efr32 lighting-app README (#24008)
1 parent 5b3c08a commit 8774251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/lighting-app/silabs/efr32/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Silicon Labs platform.
141141
$ cd ~/connectedhomeip/examples/lighting-app/efr32
142142
$ git submodule update --init
143143
$ source third_party/connectedhomeip/scripts/activate.sh
144-
$ export EFR32_BOARD=BRD4161A
144+
$ export silabs_board=BRD4161A
145145
$ gn gen out/debug
146146
$ ninja -C out/debug
147147

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

0 commit comments

Comments
 (0)