mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-25 23:06:11 +02:00
fix HMS RX
This commit is contained in:
parent
ce25c1e728
commit
e82099a8a8
2 changed files with 1 additions and 2 deletions
|
@ -166,7 +166,7 @@ void app::loopStandard(void) {
|
||||||
mCmtRadio.mBufCtrl.pop();
|
mCmtRadio.mBufCtrl.pop();
|
||||||
yield();
|
yield();
|
||||||
}
|
}
|
||||||
//mHmsPayload.process(true);
|
mHmsPayload.process(false); //true
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
mPayload.loop();
|
mPayload.loop();
|
||||||
|
|
|
@ -339,7 +339,6 @@ class HmsPayload {
|
||||||
}
|
}
|
||||||
|
|
||||||
iv->setQueuedCmdFinished();
|
iv->setQueuedCmdFinished();
|
||||||
reset(iv->id);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
yield();
|
yield();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue