Skip to content

Commit 0447721

Browse files
committed
Rename chef.py to --enable_lit_icd
1 parent 2340c3b commit 0447721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/chef/chef.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def main() -> int:
329329
action="store_true", dest="do_erase")
330330
parser.add_option("-i", "--terminal", help="opens terminal to interact with with device",
331331
action="store_true", dest="do_interact")
332-
parser.add_option("-I", "--enable_icd", help="enable ICD (Intermittently Connected Device)",
332+
parser.add_option("-I", "--enable_lit_icd", help="enable ICD (Long Idle Time Intermittently Connected Device)",
333333
action="store_true", default=False)
334334
parser.add_option("-m", "--menuconfig", help="runs menuconfig on platforms that support it",
335335
action="store_true", dest="do_menuconfig")
@@ -897,7 +897,7 @@ def main() -> int:
897897
else:
898898
linux_args.append("chip_inet_config_enable_ipv4=false")
899899

900-
if options.enable_icd:
900+
if options.enable_lit_icd:
901901
linux_args.append("chip_enable_icd_server = true")
902902
linux_args.append("chip_subscription_timeout_resumption = true")
903903
linux_args.append("chip_icd_report_on_active_mode = true")

0 commit comments

Comments
 (0)