Delay 1sec between freq and power

This commit is contained in:
jflyper 2017-01-13 03:26:56 +09:00 committed by Raphael Coeffic
parent 3d9a82e4ae
commit 465870cb0c
1 changed files with 2 additions and 0 deletions

View File

@ -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];