From 00fa372718c0f040b6035b8b7b038a4dad27bd92 Mon Sep 17 00:00:00 2001 From: James Harrow Date: Wed, 17 Jan 2024 10:44:37 +0000 Subject: [PATCH] Corrected the gn gen --args --- examples/energy-management-app/linux/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/energy-management-app/linux/README.md b/examples/energy-management-app/linux/README.md index be4e265e45b37d..d316dd807c13e2 100644 --- a/examples/energy-management-app/linux/README.md +++ b/examples/energy-management-app/linux/README.md @@ -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.