mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 11:59:50 +03:00
Telemetry refactoring continued
This commit is contained in:
parent
40783acc36
commit
bfbee05b25
28 changed files with 346 additions and 358 deletions
|
@ -411,7 +411,7 @@ uint16_t anaIn(uint8_t chan)
|
|||
return 1000;
|
||||
#elif defined(PCBSKY9X)
|
||||
else if (chan == TX_VOLTAGE)
|
||||
return 1500;
|
||||
return 5.1*1500/11.3;
|
||||
else if (chan == TX_CURRENT)
|
||||
return 100;
|
||||
#elif defined(PCBGRUVIN9X)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue