mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 04:29:33 +08:00
ci: update network module based on commit 8836418
Change-Id: I765e67382a07ef14171ec14e51b47b036683a7c5
This commit is contained in:
parent
f54e2d2a00
commit
f8d0fc374f
@ -37,9 +37,10 @@ namespace BBL {
|
||||
#define BAMBU_NETWORK_ERR_GET_USER_INFO -28
|
||||
#define BAMBU_NETWORK_ERR_WRONG_IP_ADDRESS -29
|
||||
|
||||
|
||||
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
|
||||
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
|
||||
#define BAMBU_NETWORK_AGENT_VERSION "01.04.01.01"
|
||||
#define BAMBU_NETWORK_AGENT_VERSION "01.05.00.01"
|
||||
|
||||
|
||||
//iot preset type strings
|
||||
@ -128,6 +129,7 @@ struct PrintParams {
|
||||
|
||||
/* access options */
|
||||
std::string dev_ip;
|
||||
bool use_ssl;
|
||||
std::string username;
|
||||
std::string password;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user