You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OnAir command should run after other commands when turning on, and
before other commands when turning off so that key is not on air when
it’s other settings are being changed.
command.runOrderGroup=newDsk.onAir ? 10 : -10// OnAir command should run after other commands when turning on, and before other commands when turning off
command.runOrderGroup=newKeyer.onAir ? 10 : -10// OnAir command should run after other commands when turning on, and before other commands when turning off
0 commit comments