mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-29 22:27:13 +02:00
0.8.79
* fix `opendtufusion` build (started only once USB-console was connected) * code quality improvments
This commit is contained in:
parent
3e533e82af
commit
315541ea51
5 changed files with 48 additions and 28 deletions
|
@ -159,7 +159,7 @@ class HmRadio : public Radio {
|
|||
mTimeslotStart = millis();
|
||||
tempRxChIdx = mRxChIdx; // might be better to start off with one channel less?
|
||||
mRxPendular = false;
|
||||
mNRFloopChannels = (mLastIv->mCmd == MI_REQ_CH1 || mLastIv->mCmd == MI_REQ_CH1);
|
||||
mNRFloopChannels = (mLastIv->mCmd == MI_REQ_CH1);
|
||||
innerLoopTimeout = DURATION_LISTEN_MIN;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue