Skip to content

Commit

Permalink
Added the changes related to zap file and the mode supported
Browse files Browse the repository at this point in the history
  • Loading branch information
shgutte committed Sep 26, 2024
1 parent bd2804c commit 3ca5ddb
Show file tree
Hide file tree
Showing 7 changed files with 6,237 additions and 602 deletions.
6 changes: 5 additions & 1 deletion examples/refrigerator-app/silabs/data_model/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ import("${chip_root}/src/app/chip_data_model.gni")
import("${chip_root}/src/platform/device.gni")

chip_data_model("silabs-refrigerator") {
zap_file = "refrigerator-app.zap"
if (chip_enable_wifi) {
zap_file = "refrigerator-wifi-app.zap"
} else {
zap_file = "refrigerator-thread-app.zap"
}
is_server = true
}
Loading

0 comments on commit 3ca5ddb

Please sign in to comment.