mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-20 01:37:11 +02:00
0.8.25
* RX channel ID starts with fixed value #1277 * fix static IP for Ethernet
This commit is contained in:
parent
78b603e373
commit
d62b53019a
5 changed files with 13 additions and 16 deletions
|
@ -138,7 +138,7 @@ class HmRadio : public Radio {
|
|||
startMicros = micros();
|
||||
}
|
||||
// not finished but time is over
|
||||
mRxChIdx = (mRxChIdx + 1) % RF_CHANNELS;
|
||||
mRxChIdx = 1;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue