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:
Stone Li 2024-04-19 14:04:04 +08:00 committed by Lane.Wei
parent 0fa52a7322
commit 7104d2ff60
1 changed files with 2 additions and 2 deletions

View File

@ -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