Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrD-RC authored Jun 8, 2024
1 parent 71b969d commit 8bfdad2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ The main display is the number of satellites that have a fix. The colour of the

#### SmartPort/FPORT/FBUS
Through these telemetry systems. There is actually a flag for the aircraft being ready to fly. So this widget displays different colours for the readiness status.
- $${\color{red}Red}$$ is used when there is no 3D fix with the minimum satellites
- $${\color{orange}Orange}$$ is used when there is a 3D fix with the minimum satellites
- $${\color{green}Green}$$ is used when there is a home fix
- **Red** is used when there is no 3D fix with the minimum satellites
- **Orange** is used when there is a 3D fix with the minimum satellites
- **Green** is used when there is a home fix

The sensors used are `480` in INAV 8.0 or above and `Tmp2` in older versions.

#### CRSF
With CRSF, all we have is the number satellite fixes. So we can only estimate the readiness status.
- $${\color{red}Red}$$ is used when there are less than 6 satellite fixes
- $${\color{orange}Orange}$$ is used when there are 6 or more satellite fixes
- **Red** is used when there are less than 6 satellite fixes
- **Orange** is used when there are 6 or more satellite fixes

The sensor used is `GPS Sats`.

## Known issues
Currently, the GNSS telemetry sensor seems to stop updating when using FrSky telemetry. I've not investigated yet, so don't know if this is an issue with ETHOS or INAV. I have also not tested this on CRSF.
Currently, the GNSS telemetry sensor seems to stop updating when using FrSky telemetry. I've not investigated yet, so don't know if this is an issue with ETHOS or INAV. I have also not tested this on CRSF.

0 comments on commit 8bfdad2

Please sign in to comment.