* RX channel ID starts with fixed value #1277
* fix static IP for Ethernet
This commit is contained in:
lumapu 2023-12-17 01:01:20 +01:00
parent 78b603e373
commit d62b53019a
5 changed files with 13 additions and 16 deletions

View file

@ -138,7 +138,7 @@ class HmRadio : public Radio {
startMicros = micros();
}
// not finished but time is over
mRxChIdx = (mRxChIdx + 1) % RF_CHANNELS;
mRxChIdx = 1;
return;
}