mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-31 01:36:11 +02:00
improved payload handling (request / retransmit) #464
included alarm ID parse to serial console (in development)
This commit is contained in:
parent
43c07be148
commit
3d3e3dc8c6
13 changed files with 202 additions and 115 deletions
|
@ -92,7 +92,7 @@ void app::loopStandard(void) {
|
|||
|
||||
yield();
|
||||
|
||||
if (ah::checkTicker(&mRxTicker, 5)) {
|
||||
if (ah::checkTicker(&mRxTicker, 4)) {
|
||||
bool rxRdy = mSys->Radio.switchRxCh();
|
||||
|
||||
if (!mSys->BufCtrl.empty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue