Skip to content

Commit

Permalink
Fix #6: ALT is now AGL instead of ASL
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed Jun 24, 2020
1 parent d825a54 commit 2c37619
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ When you cannot hear other pilots or are unable to transmit on the radios, you c
- Recheck the tuned frequencies
- Check that you really are in range (low altitude severely limits your available range!)
- Make sure the radio is operable (powered, switched on, serviceable)
- Try to leave and rejoin the channel
- Look at the plugins debug messages (start mumble from terminal; probably make a debug build for that)


Expand Down
2 changes: 1 addition & 1 deletion client/fgfs/Protocol/fgcom-mumble.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<name>pos-alt</name>
<type>float</type>
<format>ALT=%05.0f</format>
<node>/position/altitude-ft</node>
<node>/position/altitude-agl-ft</node>
</chunk>


Expand Down
2 changes: 1 addition & 1 deletion plugin.spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Parsed fields are as following (`COM`*n*`_`\* fields are per radio, "*n*" denote
| `COM`*n*`_PWR` | Float | Transmitting power in watts. | `10.0` |
| `LON` | Float | Longitudinal position | *mandatory*|
| `LAT` | Float | Latidunal position | *mandatory*|
| `ALT` | Int | Altitude in ft above sea-level | *mandatory*|
| `ALT` | Int | Altitude in ft above ground-level | *mandatory*|
| `CALLSIGN` | String | Callsign (arbitary string) | `ZZZZ` |


Expand Down

0 comments on commit 2c37619

Please sign in to comment.