mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 00:35:14 +03:00
Issue #182 fixed
This commit is contained in:
parent
79e86c249a
commit
d02d78101c
2 changed files with 3 additions and 3 deletions
|
@ -57,8 +57,8 @@ RawSourceRange RawSource::getRange(bool singleprec)
|
|||
break;
|
||||
case TELEMETRY_SOURCE_TIMER1:
|
||||
case TELEMETRY_SOURCE_TIMER2:
|
||||
result.step = singleprec ? 3 : 1;
|
||||
result.max = singleprec ? 765 : 7200;
|
||||
result.step = singleprec ? 5 : 1;
|
||||
result.max = singleprec ? 255*5 : 7200;
|
||||
break;
|
||||
case TELEMETRY_SOURCE_RSSI_TX:
|
||||
case TELEMETRY_SOURCE_RSSI_RX:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue