mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
GPS - Add satellite strength bargraphs to OLED display.
This commit is contained in:
parent
e8dbb77db5
commit
d8b5f6c60c
6 changed files with 38 additions and 12 deletions
|
@ -709,7 +709,7 @@ typedef struct {
|
|||
uint8_t svid; // Satellite ID
|
||||
uint8_t flags; // Bitmask
|
||||
uint8_t quality; // Bitfield
|
||||
uint8_t cno; // Carrier to Noise Ratio (Signal Strength)
|
||||
uint8_t cno; // Carrier to Noise Ratio (Signal Strength) // dbHz, 0-55.
|
||||
uint8_t elev; // Elevation in integer degrees
|
||||
int16_t azim; // Azimuth in integer degrees
|
||||
int32_t prRes; // Pseudo range residual in centimetres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue