mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Embedded
This commit is contained in:
parent
4667e7c41c
commit
b7a2e8b278
@ -6510,7 +6510,7 @@ function SCHEDULER:Scheduler()
|
|||||||
timer.scheduleFunction(
|
timer.scheduleFunction(
|
||||||
self.Scheduler,
|
self.Scheduler,
|
||||||
self,
|
self,
|
||||||
timer.getTime() + self.RepeatSecondsInterval * math.random( self.RandomizationFactor * self.RepeatSecondsInterval ) + 0.01
|
timer.getTime() + self.RepeatSecondsInterval + math.random( - ( self.RandomizationFactor * self.RepeatSecondsInterval / 2 ), ( self.RandomizationFactor * self.RepeatSecondsInterval / 2 ) ) + 0.01
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user