mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update RadioQueue.lua
This commit is contained in:
parent
da05c41c27
commit
df512f7a58
@ -279,6 +279,10 @@ end
|
||||
-- @return #number Duration of the call in seconds.
|
||||
function RADIOQUEUE:Number2Transmission(number, delay, interval)
|
||||
|
||||
if not number then
|
||||
self:E("ERROR: Number is nil!")
|
||||
end
|
||||
|
||||
--- Split string into characters.
|
||||
local function _split(str)
|
||||
local chars={}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user