FIX: fix crash in get_firmware_info

Change-Id: I26807cfc9f66f13c3b44efb24570f23817c8b829
This commit is contained in:
Stone Li 2022-10-08 10:38:34 +08:00 committed by Lane.Wei
parent c855cdaf54
commit ab261089d5
2 changed files with 6 additions and 0 deletions

View file

@ -617,6 +617,7 @@ public:
void update_slice_info(std::string project_id, std::string profile_id, std::string subtask_id, int plate_idx);
bool m_firmware_valid { false };
bool m_firmware_thread_started { false };
void get_firmware_info();
bool is_firmware_info_valid();
};