* fix `opendtufusion` build (started only once USB-console was connected)
* code quality improvments
This commit is contained in:
lumapu 2024-02-11 22:44:32 +01:00
parent 3e533e82af
commit 315541ea51
5 changed files with 48 additions and 28 deletions

View file

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