ci: update network module based on commit be95fa8

Change-Id: I3ba0ac192eb9ee9e6fe1e1deff2d18c770ae63a3
(cherry picked from commit a38f0804ab1fa1131e7955f4c13c27972d36b93e)
This commit is contained in:
gerrit 2023-03-13 08:32:26 +08:00 committed by Lane.Wei
parent 1eb96b6979
commit 483fc9f147

View file

@ -41,7 +41,8 @@ namespace BBL {
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
#define BAMBU_NETWORK_AGENT_VERSION "01.05.00.08"
#define BAMBU_NETWORK_AGENT_VERSION "01.05.05.01"
//iot preset type strings
#define IOT_PRINTER_TYPE_STRING "printer"
@ -143,6 +144,8 @@ struct PrintParams {
bool task_layer_inspect; /* first layer inspection of task */
bool task_record_timelapse; /* record timelapse of task */
bool task_use_ams;
std::string task_bed_type;
std::string extra_options;
};
struct PublishParams {