Skip to content

Commit

Permalink
adds 40 MHz to kst chat room options
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleboyle committed Nov 5, 2024
1 parent eb4cf37 commit 6f6a8a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/KSTChat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ const QStringList KSTChat::chatRooms = {"50/70 MHz",
"144/432 MHz IARU R 3",
"kHz (2000-630m)",
"Warc (30,17,12m)",
"28 MHz"};
"28 MHz",
"40 MHz"};

const QString KSTChat::SECURE_STORAGE_KEY = "KST";
const QString KSTChat::CONFIG_USERNAME_KEY = "kst/username";
Expand Down

0 comments on commit 6f6a8a0

Please sign in to comment.