From 465870cb0c37168011f953df2f73a638da570267 Mon Sep 17 00:00:00 2001 From: jflyper Date: Fri, 13 Jan 2017 03:26:56 +0900 Subject: [PATCH] Delay 1sec between freq and power --- src/main/io/vtx_tramp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/io/vtx_tramp.c b/src/main/io/vtx_tramp.c index 0d1664f3a..e0842da37 100644 --- a/src/main/io/vtx_tramp.c +++ b/src/main/io/vtx_tramp.c @@ -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];