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:
@@ -279,6 +279,10 @@ end
|
|||||||
-- @return #number Duration of the call in seconds.
|
-- @return #number Duration of the call in seconds.
|
||||||
function RADIOQUEUE:Number2Transmission(number, delay, interval)
|
function RADIOQUEUE:Number2Transmission(number, delay, interval)
|
||||||
|
|
||||||
|
if not number then
|
||||||
|
self:E("ERROR: Number is nil!")
|
||||||
|
end
|
||||||
|
|
||||||
--- Split string into characters.
|
--- Split string into characters.
|
||||||
local function _split(str)
|
local function _split(str)
|
||||||
local chars={}
|
local chars={}
|
||||||
|
|||||||
Reference in New Issue
Block a user