ENH: modify the default config for multi-device
JIRA: STUDIO-6072 Change-Id: If6e7582a8274eb5e685b8b8545f6eab5d17de3f5 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
0fa52a7322
commit
7104d2ff60
|
@ -330,11 +330,11 @@ void AppConfig::set_defaults()
|
|||
}
|
||||
|
||||
if (get("sending_interval").empty()) {
|
||||
set("sending_interval", "1");
|
||||
set("sending_interval", "5");
|
||||
}
|
||||
|
||||
if (get("max_send").empty()) {
|
||||
set("max_send", "10");
|
||||
set("max_send", "3");
|
||||
}
|
||||
|
||||
#if BBL_RELEASE_TO_PUBLIC
|
||||
|
|
Loading…
Reference in New Issue