From 1cde1ebaed47d94389bd974cdebc7f90d6ce3e20 Mon Sep 17 00:00:00 2001 From: gerrit Date: Mon, 22 May 2023 14:06:53 +0800 Subject: [PATCH] ci: update network module based on commit ec16b83 Change-Id: I306b66e265ef32fa83d2363797228752bb06f838 (cherry picked from commit 28061562c23a6f72a1414b26aeed062ecd454d62) --- src/slic3r/Utils/bambu_networking.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/Utils/bambu_networking.hpp b/src/slic3r/Utils/bambu_networking.hpp index 3250b66737..d1986d567e 100644 --- a/src/slic3r/Utils/bambu_networking.hpp +++ b/src/slic3r/Utils/bambu_networking.hpp @@ -79,7 +79,7 @@ namespace BBL { #define BAMBU_NETWORK_LIBRARY "bambu_networking" #define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent" -#define BAMBU_NETWORK_AGENT_VERSION "01.06.05.01" +#define BAMBU_NETWORK_AGENT_VERSION "01.06.07.01" //iot preset type strings #define IOT_PRINTER_TYPE_STRING "printer" @@ -101,7 +101,7 @@ typedef std::function OnUserLoginFn; // printer callbacks typedef std::function OnPrinterConnectedFn; typedef std::function OnLocalConnectedFn; -typedef std::function OnServerConnectedFn; +typedef std::function OnServerConnectedFn; typedef std::function OnMessageFn; // http callbacks typedef std::function OnHttpErrorFn;