add setup melotts wait delay time

This commit is contained in:
LittleMouse
2025-08-25 16:02:02 +08:00
parent 3c8885bfad
commit cb2ef41b9e
+1 -1
View File
@@ -71,7 +71,7 @@ String ApiMelotts::setup(ApiMelottsSetupConfig_t config, String request_id, Stri
// Copy work id
work_id = msg.work_id;
},
15000);
30000);
return work_id;
}