Skip to content

Commit

Permalink
Draft enabling wifipaf on sample apps
Browse files Browse the repository at this point in the history
  • Loading branch information
gladystonfranca committed Aug 1, 2024
1 parent 6f84526 commit 5c821dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/platform/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ declare_args() {
chip_enable_energy_reporting_trigger = false
chip_enable_water_heater_management_trigger = false
chip_enable_device_energy_management_trigger = false
chip_device_config_enable_wifipaf = true
}

config("app-main-config") {
Expand Down Expand Up @@ -133,6 +134,7 @@ source_set("app-main") {
"CHIP_DEVICE_CONFIG_ENABLE_ENERGY_REPORTING_TRIGGER=${chip_enable_energy_reporting_trigger}",
"CHIP_DEVICE_CONFIG_ENABLE_WATER_HEATER_MANAGEMENT_TRIGGER=${chip_enable_water_heater_management_trigger}",
"CHIP_DEVICE_CONFIG_ENABLE_DEVICE_ENERGY_MANAGEMENT_TRIGGER=${chip_enable_device_energy_management_trigger}",
"CHIP_DEVICE_CONFIG_ENABLE_WIFIPAF=${chip_device_config_enable_wifipaf}",
]

public_configs = [ ":app-main-config" ]
Expand Down

0 comments on commit 5c821dd

Please sign in to comment.