This commit is contained in:
Ly-sec 2025-08-31 20:01:07 +02:00
commit 0f5bbb961d

View file

@ -14,6 +14,11 @@ Singleton {
property var lastCommand: [] property var lastCommand: []
function apply() { function apply() {
// If using LocationService, wait for it to be ready
if (params.autoSchedule && !LocationService.coordinatesReady) {
return
}
var command = buildCommand() var command = buildCommand()
// Compare with previous command to avoid unecessary restart // Compare with previous command to avoid unecessary restart