mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Merge commit '2a277e930c
' into next
This commit is contained in:
commit
8fa2c21a47
1 changed files with 5 additions and 0 deletions
|
@ -716,6 +716,11 @@ ls_telemetry_value_t minTelemValue(uint8_t channel)
|
|||
case TELEM_HDG:
|
||||
return 0;
|
||||
#if defined(CPUARM)
|
||||
case TELEM_SPEED:
|
||||
case TELEM_MAX_SPEED:
|
||||
case TELEM_ASPEED:
|
||||
case TELEM_MAX_ASPEED:
|
||||
return 0;
|
||||
default:
|
||||
return -30000;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue