fix HMS RX

This commit is contained in:
lumapu 2023-03-30 12:57:06 +02:00
parent ce25c1e728
commit e82099a8a8
2 changed files with 1 additions and 2 deletions

View file

@ -166,7 +166,7 @@ void app::loopStandard(void) {
mCmtRadio.mBufCtrl.pop();
yield();
}
//mHmsPayload.process(true);
mHmsPayload.process(false); //true
}
#endif
mPayload.loop();

View file

@ -339,7 +339,6 @@ class HmsPayload {
}
iv->setQueuedCmdFinished();
reset(iv->id);
}
}
yield();