ci: update network module based on commit d91b2d9
Change-Id: I710f94cb95a9158c26f0e6dbe2a9589d133eda2d (cherry picked from commit 8d6ee467a83b2a85e7c5813274a73e6720889207)
This commit is contained in:
parent
ef4ee43bd4
commit
a36b7c3a9c
|
@ -40,8 +40,7 @@ namespace BBL {
|
|||
|
||||
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
|
||||
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
|
||||
#define BAMBU_NETWORK_AGENT_VERSION "01.05.00.01"
|
||||
|
||||
#define BAMBU_NETWORK_AGENT_VERSION "01.05.00.03"
|
||||
|
||||
//iot preset type strings
|
||||
#define IOT_PRINTER_TYPE_STRING "printer"
|
||||
|
@ -126,6 +125,8 @@ struct PrintParams {
|
|||
std::string ams_mapping_info;
|
||||
std::string connection_type;
|
||||
std::string comments;
|
||||
int origin_profile_id = 0;
|
||||
std::string origin_model_id;
|
||||
|
||||
/* access options */
|
||||
std::string dev_ip;
|
||||
|
|
Loading…
Reference in New Issue