We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fda242 commit 4bae97eCopy full SHA for 4bae97e
examples/energy-management-app/linux/README.md
@@ -170,8 +170,8 @@ reserved int64_t test event trigger codes.
170
By default the test event support is not enabled, and when compiling the example
171
app you need to add `chip_enable_energy_evse_trigger=true` to the gn args.
172
173
- $ gn gen out/debug
174
- $ ninja -C out/debug --args='chip_enable_energy_evse_trigger=true'
+ $ gn gen out/debug --args='chip_enable_energy_evse_trigger=true'
+ $ ninja -C out/debug
175
176
Once the application is built you also need to tell it at runtime what the
177
chosen enable key is using the `--enable-key` command line option.
0 commit comments