We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b8c91 commit bc994c9Copy full SHA for bc994c9
examples/platform/linux/Options.cpp
@@ -405,7 +405,7 @@ const char * sDeviceOptionHelp =
405
" Sets the ICD idle mode durations (in seconds). (Default: 300) \n"
406
" This defines the how long the ICD server can stay in idle mode.\n"
407
" --icdPeriodicWakeupDurationMs <icdPeriodicWakupDurationMs>\n"
408
- " Sets the ICD periodic wakeup (in milliseconds). (Default: 6000)\n"
+ " Sets the ICD periodic wakeup (in milliseconds). (Default: 60000)\n"
409
" This is for testing purpose on Linux which defines the internal to wakeup periodically to send \n"
410
" Check-In messages since Linux application doesn't have a physical button to trigger wakeup\n"
411
#endif
0 commit comments