Skip to content

Commit

Permalink
@mbridak rtty as dg
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Jan 13, 2025
1 parent 884e99d commit 4dbebe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions not1mm/plugins/winter_field_day.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ def cabrillo(self, file_encoding):
themode = contact.get("Mode", "")
if themode == "LSB" or themode == "USB":
themode = "PH"
if themode == "RTTY":
themode = "DG"
frequency = str(int(contact.get("Freq", "0"))).rjust(5)

loggeddate = the_date_and_time[:10]
Expand Down

0 comments on commit 4dbebe3

Please sign in to comment.