mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 22:43:16 +08:00
ci: update network module based on commit 4b3f1e5
Change-Id: Ifde48fc6f2d3f4d5bd6e348cc2a09deef83bd090
This commit is contained in:
parent
20547f58c1
commit
620b40c904
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user