mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 05:42:33 +00:00
FIX: record mqtt if connected with tunnel
Change-Id: I521b16d66e1a38e72b26c8528d17e6384c3a4555
This commit is contained in:
@@ -500,6 +500,7 @@ public:
|
||||
int m_active_state = 0; // 0 - not active, 1 - active but print_sequence_id not valid, 1 - active but no update-to-date state, 2 - update-to-date
|
||||
bool is_support_tunnel_mqtt = false;
|
||||
int print_sequence_id = 0;
|
||||
bool is_tunnel_mqtt = false;
|
||||
|
||||
/* ams properties */
|
||||
std::map<std::string, Ams*> amsList; // key: ams[id], start with 0
|
||||
|
||||
Reference in New Issue
Block a user