We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3de1a commit 8f12bd8Copy full SHA for 8f12bd8
examples/light-switch-app/cc13x4_26x4/args.gni
@@ -28,9 +28,9 @@ ti_simplelink_board = "LP_EM_CC1354P10_6"
28
optimize_debug_level = "s"
29
lwip_debug = false
30
31
-chip_enable_ota_requestor = false
+chip_enable_ota_requestor = true
32
33
-chip_openthread_ftd = false
+chip_openthread_ftd = true
34
35
ot_ti_lib_dir = ""
36
openthread_external_platform =
@@ -58,7 +58,7 @@ matter_device_pid = "0x8004"
58
matter_software_ver = "0x0001"
59
matter_software_ver_str = "1.0.1+1"
60
61
-custom_factory_data = true
+custom_factory_data = false
62
63
# ICD Default configurations
64
# when enabled the device will be configured as a sleepy end device
0 commit comments