Delay 1sec between freq and power
This commit is contained in:
parent
3d9a82e4ae
commit
465870cb0c
|
@ -372,6 +372,8 @@ static long trampCmsCommence(displayPort_t *pDisp, const void *self)
|
|||
// XXX Does Tramp handles back-to-back commands properly!?
|
||||
// Test without back-to-back commands.
|
||||
|
||||
delay(1000);
|
||||
|
||||
trampSetRFPower(trampCmsPowerTable[trampCmsPower]);
|
||||
|
||||
trampCmsFreqRef = vtx58FreqTable[trampCmsBand - 1][trampCmsChan - 1];
|
||||
|
|
Loading…
Reference in New Issue