FIX: update proceed action ack param

Jira: [STUDIO-14689]
Change-Id: If424997b9ed05ab95f048424b8950f927ea9b608
(cherry picked from commit 8c712f49caf7a7f0d0fcef7a7c392170ae699ba4)
This commit is contained in:
hemai
2025-09-24 15:29:21 +08:00
committed by Noisyfox
parent 1ea5aa9017
commit 4a51ef7f91
4 changed files with 15 additions and 28 deletions

View File

@@ -683,7 +683,7 @@ public:
int command_set_printer_nozzle(std::string nozzle_type, float diameter);
int command_set_printer_nozzle2(int id, std::string nozzle_type, float diameter);
int command_get_access_code();
int command_ack_proceed(GUI::ActionProceed& proceed);
int command_ack_proceed(json& proceed);
/* command upgrade */
int command_upgrade_confirm();