Skip to content

Commit 514bc7b

Browse files
committed
Disable openthread in chef.py
1 parent 6126c74 commit 514bc7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/chef/chef.py

+1
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,7 @@ def main() -> int:
801801
'import("${chip_root}/config/standalone/args.gni")',
802802
'chip_shell_cmd_server = false',
803803
'chip_build_libshell = true',
804+
'chip_enable_openthread = false',
804805
'chip_config_network_layer_ble = false',
805806
'chip_device_project_config_include = "<CHIPProjectAppConfig.h>"',
806807
'chip_project_config_include = "<CHIPProjectAppConfig.h>"',

0 commit comments

Comments
 (0)