mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-20 12:29:18 +08:00
ci: update network module based on commit 8836418
Change-Id: I765e67382a07ef14171ec14e51b47b036683a7c5
This commit is contained in:
parent
59caced614
commit
2aa6a8effd
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user