From ade834424d1d21c64798eb72e0623648b2eb72ee Mon Sep 17 00:00:00 2001 From: gerrit Date: Thu, 16 Jan 2025 17:42:45 +0800 Subject: [PATCH] ci: update network module based on commit 387c55a Change-Id: I393038427715add61dbcf391cae127ebcb9cbcf3 --- src/slic3r/Utils/bambu_networking.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/slic3r/Utils/bambu_networking.hpp b/src/slic3r/Utils/bambu_networking.hpp index be529ac51..82d2e8d67 100644 --- a/src/slic3r/Utils/bambu_networking.hpp +++ b/src/slic3r/Utils/bambu_networking.hpp @@ -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"