ci: update network module based on commit 2dd8e5f
Change-Id: If09d984e3ae88cc0c79e890fc28cd3e6bb45639d
This commit is contained in:
parent
10dfbf3ec6
commit
13aaf3e3e1
|
@ -10,7 +10,7 @@ extern std::string g_log_start_time;
|
||||||
|
|
||||||
namespace BBL {
|
namespace BBL {
|
||||||
|
|
||||||
#define BAMBU_NETWORK_SUCCESS 0
|
#define BAMBU_NETWORK_SUCCESS 0
|
||||||
#define BAMBU_NETWORK_ERR_INVALID_HANDLE -1
|
#define BAMBU_NETWORK_ERR_INVALID_HANDLE -1
|
||||||
#define BAMBU_NETWORK_ERR_CONNECT_FAILED -2
|
#define BAMBU_NETWORK_ERR_CONNECT_FAILED -2
|
||||||
#define BAMBU_NETWORK_ERR_DISCONNECT_FAILED -3
|
#define BAMBU_NETWORK_ERR_DISCONNECT_FAILED -3
|
||||||
|
@ -202,7 +202,6 @@ struct PrintParams {
|
||||||
std::string ftp_file;
|
std::string ftp_file;
|
||||||
std::string ftp_file_md5;
|
std::string ftp_file_md5;
|
||||||
std::string ams_mapping;
|
std::string ams_mapping;
|
||||||
std::string ams_mapping2;
|
|
||||||
std::string ams_mapping_info;
|
std::string ams_mapping_info;
|
||||||
std::string nozzles_info;
|
std::string nozzles_info;
|
||||||
std::string connection_type;
|
std::string connection_type;
|
||||||
|
|
Loading…
Reference in New Issue