Skip to content

Commit

Permalink
Changed default build args to enable test event triggers by default f…
Browse files Browse the repository at this point in the history
…or EVSE in energy management app.
  • Loading branch information
jamesharrow committed Jan 18, 2024
1 parent f59323b commit d320036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import("${chip_root}/src/tracing/tracing_args.gni")
declare_args() {
chip_enable_smoke_co_trigger = false
chip_enable_boolean_state_configuration_trigger = false
chip_enable_energy_evse_trigger = false
chip_enable_energy_evse_trigger = true
}

config("app-main-config") {
Expand Down

0 comments on commit d320036

Please sign in to comment.