mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Added rx link quality indicator (based on rx frame error rate) to OSD.
This commit is contained in:
parent
71c563fdb4
commit
9b9a86e4c5
8 changed files with 113 additions and 22 deletions
|
@ -1046,6 +1046,8 @@ extern "C" {
|
|||
|
||||
uint8_t getRssiPercent(void) { return scaleRange(rssi, 0, RSSI_MAX_VALUE, 0, 100); }
|
||||
|
||||
uint8_t rxGetLinkQuality(void) { return LINK_QUALITY_MAX_VALUE; }
|
||||
|
||||
uint16_t getCoreTemperatureCelsius(void) { return simulationCoreTemperature; }
|
||||
|
||||
bool isFlipOverAfterCrashMode(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue