mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-02 23:00:16 +01:00
actually perform the assignment
This commit is contained in:
parent
5f931821e5
commit
4d42d9c354
|
|
@ -190,7 +190,7 @@ class ModeSParser(PickleModule):
|
|||
elif altitude > 0:
|
||||
altitude = self._gillhamDecode(altitude)
|
||||
if altitude is not None:
|
||||
message["altitude"] =
|
||||
message["altitude"] = altitude
|
||||
|
||||
elif type == 19:
|
||||
# airborne velocity
|
||||
|
|
|
|||
Loading…
Reference in a new issue