FIX: use cloud HMS
jira: [STUDIO-11126] Change-Id: I6bbc7163c2f47f38f3ea614d71f534dc4ecd9835
This commit is contained in:
parent
9441a32ca3
commit
af658c653e
|
@ -7,8 +7,8 @@ static const char* HMS_PATH = "hms";
|
|||
static const char* HMS_LOCAL_IMG_PATH = "hms/local_image";
|
||||
|
||||
// the local HMS info
|
||||
static unordered_set<string> package_dev_id_types{ "094" };
|
||||
static unordered_set<string> cloud_dev_id_types{ "00M", "00W", "03W", "01P", "01S", "030", "039" };
|
||||
static unordered_set<string> package_dev_id_types;
|
||||
static unordered_set<string> cloud_dev_id_types{"00M", "00W", "03W", "01P", "01S", "030", "039", "094"};
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
|
Loading…
Reference in New Issue