mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-21 04:23:15 +08:00
ENH: set default environment to PRE
JIRA: STUDIO-4373 Change-Id: I1a02dcf3288aef22d690c40e2b900a89249b2f5f Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
8407c409d9
commit
66242d765a
@ -328,7 +328,7 @@ void AppConfig::set_defaults()
|
||||
}
|
||||
#else
|
||||
if (get("iot_environment").empty()) {
|
||||
set("iot_environment", "1");
|
||||
set("iot_environment", "2");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user