Skip to content

Commit

Permalink
Corrected the gn gen --args (#31473)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesharrow committed Jan 17, 2024
1 parent 2fda242 commit 4bae97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/energy-management-app/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ reserved int64_t test event trigger codes.
By default the test event support is not enabled, and when compiling the example
app you need to add `chip_enable_energy_evse_trigger=true` to the gn args.

$ gn gen out/debug
$ 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

Once the application is built you also need to tell it at runtime what the
chosen enable key is using the `--enable-key` command line option.
Expand Down

0 comments on commit 4bae97e

Please sign in to comment.