File tree 1 file changed +0
-4
lines changed
examples/energy-management-app/silabs
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -47,22 +47,18 @@ import("${examples_common_plat_dir}/args.gni")
47
47
declare_args () {
48
48
# Dump memory usage at link time.
49
49
chip_print_memory_usage = false
50
-
51
50
# Enable test event triggers by default: Disable these in production devices
52
51
chip_enable_energy_evse_trigger = true
53
52
chip_enable_energy_reporting_trigger = true
54
53
chip_enable_water_heater_management_trigger = true
55
54
chip_enable_device_energy_management_trigger = true
56
-
57
55
# Device Energy Management feature support - only one of these can be true
58
56
# or both can be disabled if forecasting is not supported
59
57
chip_dem_support_power_forecast_reporting = true
60
58
chip_dem_support_state_forecast_reporting = false
61
-
62
59
# Only one of these examples should be enabled
63
60
chip_enable_example_evse_device = true
64
61
chip_enable_example_water_heater_device = false
65
-
66
62
}
67
63
68
64
if (slc_generate ) {
You can’t perform that action at this time.
0 commit comments