ci: update network module based on commit 4b3f1e5

Change-Id: Ifde48fc6f2d3f4d5bd6e348cc2a09deef83bd090
This commit is contained in:
gerrit 2024-09-18 19:43:23 +08:00 committed by Lane.Wei
parent 20547f58c1
commit 620b40c904
1 changed files with 1 additions and 12 deletions

View File

@ -95,7 +95,7 @@ namespace BBL {
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
#define BAMBU_NETWORK_AGENT_VERSION "01.09.05.01"
#define BAMBU_NETWORK_AGENT_VERSION "01.09.07.01"
//iot preset type strings
#define IOT_PRINTER_TYPE_STRING "printer"
@ -172,17 +172,6 @@ enum ConnectStatus {
ConnectStatusLost = 2,
};
struct detectResult {
std::string result_msg;
std::string command;
std::string dev_id;
std::string model_id;
std::string dev_name;
std::string version;
std::string bind_state;
std::string connect_type;
};
/* print job*/
struct PrintParams {
/* basic info */