Skip to content

Commit

Permalink
Add vel_v and vel_h to UDP output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jessop authored and Mark Jessop committed Aug 17, 2024
1 parent b848f13 commit 01c5504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto_rx/autorx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus.
# PATCH - Small changes, or minor feature additions.

__version__ = "1.7.5-beta1"
__version__ = "1.7.5-beta2"


# Global Variables
Expand Down
2 changes: 1 addition & 1 deletion auto_rx/autorx/ozimux.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class OziUploader(object):
]

# Extra fields we can pass on to other programs.
EXTRA_FIELDS = ["bt", "humidity", "sats", "batt", "snr", "fest", "f_centre", "ppm", "subtype", "sdr_device_idx"]
EXTRA_FIELDS = ["bt", "humidity", "sats", "batt", "snr", "fest", "f_centre", "ppm", "subtype", "sdr_device_idx", "vel_v", "vel_h"]

def __init__(
self,
Expand Down

0 comments on commit 01c5504

Please sign in to comment.