Browse Source

restrict rx for 1ch devices

- timing should be reviewed as well for 1ch
- 4ch is just a guess; needs testing!
pull/1284/head
rejoe2 2 years ago
committed by GitHub
parent
commit
09dd32c28c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/hm/hmRadio.h

2
src/hm/hmRadio.h

@ -129,7 +129,7 @@ class HmRadio : public Radio {
iv->mRxTmoInnerLoop = 10220;
//DPRINTLN(DBG_INFO, F("1/2ch data"));
} else { // INV_TYPE_1CH
iv->mRxChannels = 5;
iv->mRxChannels = 2;
iv->mRxTmoOuterLoop = 400;
iv->mRxTmoInnerLoop = 5110;
}

Loading…
Cancel
Save