ci: update network module based on commit 8836418

Change-Id: I765e67382a07ef14171ec14e51b47b036683a7c5
This commit is contained in:
gerrit 2023-01-04 11:13:14 +08:00 committed by lane.wei
parent 59caced614
commit 2aa6a8effd

View File

@ -37,6 +37,7 @@ namespace BBL {
#define BAMBU_NETWORK_ERR_GET_USER_INFO -28 #define BAMBU_NETWORK_ERR_GET_USER_INFO -28
#define BAMBU_NETWORK_LIBRARY "bambu_networking" #define BAMBU_NETWORK_LIBRARY "bambu_networking"
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent" #define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
#define BAMBU_NETWORK_AGENT_VERSION "01.04.01.01" #define BAMBU_NETWORK_AGENT_VERSION "01.04.01.01"
@ -128,6 +129,7 @@ struct PrintParams {
/* access options */ /* access options */
std::string dev_ip; std::string dev_ip;
bool use_ssl;
std::string username; std::string username;
std::string password; std::string password;