Add auto_rx version number to end of generated APRS packet.

pull/234/head
Mark Jessop 2019-10-13 14:07:10 +10:30
rodzic 3cf8c8deb3
commit 4a2b1c78bb
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -115,6 +115,9 @@ def telemetry_to_aprs_position(sonde_data, object_name="<id>", aprs_comment="BOM
# TODO: RS41 Burst Timer
# Add on auto_rx version
_aprs_comment += " auto_rx v" + auto_rx_version
# Convert float latitude to APRS format (DDMM.MM)
lat = float(sonde_data["lat"])
lat_degree = abs(int(lat))

Wyświetl plik

@ -183,7 +183,7 @@ aprs_position_report = False
# <temp> - Sonde reported temperature. If no temp data available, this will report -273 degC. Only works for RS41s.
# The default comment (below) is compatible with radiosondy.info's parsers, and should only be modified
# if absolutely necessary.
aprs_custom_comment = Clb=<vel_v> t=<temp> <freq> Type=<type> Radiosonde http://bit.ly/2Bj4Sfk
aprs_custom_comment = Clb=<vel_v> t=<temp> <freq> Type=<type> Radiosonde
# APRS Station Location Beaconing