Skip to content

Commit

Permalink
aprs
Browse files Browse the repository at this point in the history
  • Loading branch information
EricAndrechek committed Apr 14, 2024
1 parent 431f02e commit 0fb46bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracking-dashboard/backend/aprs-syncer.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def callback(packet):
item = check_item_id(name)
if item is None:
# add item to items table
add_item_id(name, data_obj.info['callsign'], data_obj.info['ssid'], data_obj.info['symbol'])
add_item_id(name, data_obj.info['callsign'], data_obj.info['ssid'], "/O")
else:
# change callsign, name, and symbol to item values
data_obj.data['callsign'] = item.callsign
Expand Down

0 comments on commit 0fb46bc

Please sign in to comment.