RANGE 2.1.2

fixes
This commit is contained in:
Frank
2019-05-27 14:15:17 +02:00
parent 944c76c250
commit 6d79bbfb45
3 changed files with 53 additions and 42 deletions

View File

@@ -1175,7 +1175,7 @@ function RADIOQUEUE:_CheckRadioQueue()
else
if time-Tlast>=transmission.interval then
if Tlast==nil or time-Tlast>=transmission.interval then
next=transmission
else