Re-enabled closecall even if it's still not working well

RDS PSN works again but update issue (UI ?)
Moved CTCSS stuff to dedicated file
This commit is contained in:
furrtek 2016-12-08 16:13:27 +01:00
parent 1db138c27a
commit 28ea2179f4
24 changed files with 258 additions and 229 deletions

View file

@ -32,6 +32,7 @@
#include "utility.hpp"
#include "message.hpp"
#include "wavfile.hpp"
#include "ctcss.hpp"
namespace ui {
@ -138,60 +139,7 @@ private:
OptionsField options_ctcss {
{ 18 * 8, 4 },
6,
{
{ "None ", 0 },
{ "XZ 000", 67000 },
{ "WZ 001", 69400 },
{ "XA 039", 71900 },
{ "WA 003", 74400 },
{ "XB 004", 77000 },
{ "WB 005", 79700 },
{ "YZ 006", 82500 },
{ "YA 007", 85400 },
{ "YB 008", 88500 },
{ "ZZ 009", 91500 },
{ "ZA 010", 94800 },
{ "ZB 011", 97400 },
{ "1Z 012", 100000 },
{ "1A 013", 103500 },
{ "1B 014", 107200 },
{ "2Z 015", 110900 },
{ "2Z 016", 114800 },
{ "2B 017", 118800 },
{ "3Z 018", 123000 },
{ "3A 019", 127300 },
{ "3B 020", 131800 },
{ "4Z 021", 136500 },
{ "4A 022", 141300 },
{ "4B 023", 146200 },
{ "MIL ", 150000 },
{ "5Z 024", 151400 },
{ "5A 025", 156700 },
{ "-- 040", 159800 },
{ "5B 026", 162200 },
{ "-- 041", 165500 },
{ "6Z 027", 167900 },
{ "-- 042", 171300 },
{ "6A 028", 173800 },
{ "-- 043", 177300 },
{ "6B 029", 179900 },
{ "-- 044", 183500 },
{ "7Z 030", 186200 },
{ "-- 045", 189900 },
{ "7A 031", 192800 },
{ "-- 046", 196600 },
{ "-- 047", 199500 },
{ "M1 032", 203500 },
{ "8Z 048", 206500 },
{ "M2 033", 210700 },
{ "M3 034", 218100 },
{ "M4 035", 225700 },
{ "9Z 049", 229100 },
{ "-- 036", 233600 },
{ "-- 037", 241800 },
{ "-- 038", 250300 },
{ "0Z 050", 254100 }
}
{ }
};
Text text_page {