mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-08 03:57:16 +02:00
0.8.64
add ARC to timeout
This commit is contained in:
parent
66117e545b
commit
8c2b37ed9e
3 changed files with 12 additions and 2 deletions
|
@ -293,6 +293,10 @@ class HmRadio : public Radio {
|
|||
return mNrf24->isPVariant();
|
||||
}
|
||||
|
||||
uint8_t getARC(void) {
|
||||
return mNrf24->getARC();
|
||||
}
|
||||
|
||||
private:
|
||||
inline bool getReceived(void) {
|
||||
bool isLastPackage = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue