mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Update RX & Battery OLED pages.
RX page shows up to 14 channels. Battery page shows current and capacity information.
This commit is contained in:
parent
8661849a5f
commit
f5a0f9d3b2
10 changed files with 124 additions and 47 deletions
|
@ -56,7 +56,7 @@ bool sumhInit(rxConfig_t *rxConfig, rxRuntimeConfig_t *rxRuntimeConfig, rcReadRa
|
|||
|
||||
bool rxMspInit(rxConfig_t *rxConfig, rxRuntimeConfig_t *rxRuntimeConfig, rcReadRawDataPtr *callback);
|
||||
|
||||
const char rcChannelLetters[] = "AERT1234";
|
||||
const char rcChannelLetters[] = "AERT12345678abcdefgh";
|
||||
|
||||
uint16_t rssi; // range: [0;1023]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue