Skip to content

Commit 1cf03d7

Browse files
Disable ota requestor support code. The cluster/device type was removed from the lit-icd-app
1 parent 16c99f6 commit 1cf03d7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/lit-icd-app/silabs/build_for_wifi_args.gni

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ silabs_sdk_target = get_label_info(":sdk", "label_no_toolchain")
2020
chip_enable_openthread = false
2121
import("${chip_root}/src/platform/silabs/wifi/args.gni")
2222

23-
chip_enable_ota_requestor = true
2423
app_data_model = "${chip_root}/examples/lit-icd-app/lit-icd-common"
2524

2625
sl_enable_test_event_trigger = true

examples/lit-icd-app/silabs/openthread.gni

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import("${chip_root}/src/platform/silabs/efr32/args.gni")
2020
silabs_sdk_target = get_label_info(":sdk", "label_no_toolchain")
2121

2222
app_data_model = "${chip_root}/examples/lit-icd-app/lit-icd-common"
23-
chip_enable_ota_requestor = true
2423
chip_enable_openthread = true
2524

2625
openthread_external_platform =

0 commit comments

Comments
 (0)