mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 05:24:01 -06:00
ci: update network module based on commit 8836418
Change-Id: I765e67382a07ef14171ec14e51b47b036683a7c5
This commit is contained in:
parent
f54e2d2a00
commit
f8d0fc374f
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue