1
0
Fork 0
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:
bsongis 2014-05-16 16:46:04 +02:00
parent 40783acc36
commit bfbee05b25
28 changed files with 346 additions and 358 deletions

View file

@ -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)