Skip to content

Commit

Permalink
Changed Energy Management example default build args to enable test e…
Browse files Browse the repository at this point in the history
…vent triggers (#31496)

* Changed default build args to enable test event triggers by default for EVSE in energy management app.

* Changed default build args to enable test event triggers by default for EVSE in energy management app - in args.gni not in platform/linux/BUILD.gn

This corrects commit d320036.
  • Loading branch information
jamesharrow authored and pull[bot] committed Mar 2, 2024
1 parent f7e72aa commit dcfa6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/energy-management-app/linux/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ chip_project_config_include_dirs += [ "${chip_root}/config/standalone" ]
matter_enable_tracing_support = true

chip_enable_read_client = false
chip_enable_energy_evse_trigger = true

0 comments on commit dcfa6c2

Please sign in to comment.