ci: update network module based on commit 889249e

Change-Id: Ic8680bbca695c8c4fc0dc5d113eb1f436f5e533d
This commit is contained in:
gerrit 2025-01-12 12:24:50 +08:00 committed by lane.wei
parent 6496aa377d
commit 0aada596a6
1 changed files with 4 additions and 4 deletions

View File

@ -97,11 +97,11 @@ namespace BBL {
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
#define BAMBU_NETWORK_AGENT_VERSION "02.00.00.06"//iot preset type strings
#define IOT_PRINTER_TYPE_STRING "printer"
#define IOT_FILAMENT_STRING "filament"
#define IOT_PRINT_TYPE_STRING "print"
#define BAMBU_NETWORK_AGENT_VERSION "02.00.00.09"
#define IOT_PRINTER_TYPE_STRING "printer"
#define IOT_FILAMENT_STRING "filament"
#define IOT_PRINT_TYPE_STRING "print"
#define IOT_JSON_KEY_VERSION "version"
#define IOT_JSON_KEY_NAME "name"
#define IOT_JSON_KEY_TYPE "type"