mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-25 20:27:18 +02:00
parent
169eea73e6
commit
ebb79d1d09
5 changed files with 11 additions and 6 deletions
|
@ -143,9 +143,9 @@ void app::loop(void) {
|
|||
mPayload.add(iv, p);
|
||||
}
|
||||
mNrfRadio.mBufCtrl.pop();
|
||||
processPayload = true;
|
||||
yield();
|
||||
}
|
||||
processPayload = true;
|
||||
mMiPayload.process(true);
|
||||
}
|
||||
#if defined(ESP32)
|
||||
|
@ -168,9 +168,9 @@ void app::loop(void) {
|
|||
mPayload.add(iv, p);
|
||||
}
|
||||
mCmtRadio.mBufCtrl.pop();
|
||||
processPayload = true;
|
||||
yield();
|
||||
}
|
||||
processPayload = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue