Skip to content

Commit

Permalink
disable OTA on window-app
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs committed Feb 9, 2022
1 parent c8d2716 commit 93499fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/window-app/efr32/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import("${chip_root}/src/platform/EFR32/args.gni")
efr32_sdk_target = get_label_info(":sdk", "label_no_toolchain")

declare_args() {
chip_enable_ota_requestor = true
# TODO fix me
chip_enable_ota_requestor = false
}

pw_log_BACKEND = "${chip_root}/src/lib/support/pw_log_chip"
Expand Down

0 comments on commit 93499fa

Please sign in to comment.