add ARC to timeout
This commit is contained in:
lumapu 2024-01-22 23:04:18 +01:00
parent 66117e545b
commit 8c2b37ed9e
3 changed files with 12 additions and 2 deletions

View file

@ -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;