ci: update network module based on commit 387c55a

Change-Id: I393038427715add61dbcf391cae127ebcb9cbcf3
This commit is contained in:
gerrit 2025-01-16 17:42:45 +08:00 committed by Lane.Wei
parent 640102316d
commit ade834424d
1 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ namespace BBL {
#define BAMBU_NETWORK_ERR_PARSE_CONFIG_FAILED -23
#define BAMBU_NETWORK_ERR_NO_CORRESPONDING_BUCKET -24
#define BAMBU_NETWORK_ERR_GET_INSTANCE_ID_FAILED -25
#define BAMBU_NETWORK_SIGNED_ERROR -26
//bind error
#define BAMBU_NETWORK_ERR_BIND_CREATE_SOCKET_FAILED -1010 //failed to create socket
@ -96,7 +97,7 @@ namespace BBL {
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
#define BAMBU_NETWORK_AGENT_VERSION "01.10.02.09"
#define BAMBU_NETWORK_AGENT_VERSION "01.10.02.10"
//iot preset type strings
#define IOT_PRINTER_TYPE_STRING "printer"