Skip to content

Commit

Permalink
Add more RF modes
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Mar 12, 2019
1 parent a35bc7d commit 083a9d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project_novis/callsign/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
("dstar", _("D-STAR")),
("dmr", _("DMR")),
("ssb", _("SSB")),
("cw", _("CW")),
("psk125", _("PSK125")),
("PSK31", _("PSK31")),
("psk63", _("PSK63")),
("rtty", _("RTTY")),
)

BLACKLIST_REASONS = (
Expand Down

0 comments on commit 083a9d7

Please sign in to comment.