Skip to content

Commit

Permalink
Add FT8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
camilstaps committed Mar 23, 2018
1 parent 310d48e commit 9854973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/nl/camilstaps/rbn/Entry.java
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public Record(Callsign dx, float frequency, int strength, int speed, Date date)
}

public enum Mode implements Serializable {
CW, PSK125, PSK31, PSK63, RTTY
CW, FT8, PSK125, PSK31, PSK63, RTTY
}

public enum Type implements Serializable {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@

<string-array name="modes" translatable="false">
<item>CW</item>
<item>FT8</item>
<item>PSK125</item>
<item>PSK31</item>
<item>PSK63</item>
Expand Down

0 comments on commit 9854973

Please sign in to comment.