ci: update network module based on commit 73b0036
Change-Id: I07fbf4d31b27e7a51959d5d4ec14d30456b5890c
This commit is contained in:
parent
69f28a711f
commit
d7f969f0cf
|
@ -97,11 +97,13 @@ namespace BBL {
|
|||
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
|
||||
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
|
||||
|
||||
#define BAMBU_NETWORK_AGENT_VERSION "02.00.00.14"
|
||||
#define BAMBU_NETWORK_AGENT_VERSION "02.00.00.15"
|
||||
|
||||
//iot preset type strings
|
||||
#define IOT_PRINTER_TYPE_STRING "printer"
|
||||
#define IOT_FILAMENT_STRING "filament"
|
||||
#define IOT_PRINT_TYPE_STRING "print"
|
||||
|
||||
#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"
|
||||
|
|
Loading…
Reference in New Issue