-
Notifications
You must be signed in to change notification settings - Fork 0
/
simplex.js
78 lines (74 loc) · 1.55 KB
/
simplex.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
const getSimplex = () => {
return [
{
name: "145300",
rx: "145.300000",
tx: "145.300000",
tone: "",
skip: "",
},
{
name: "145400",
rx: "145.400000",
tx: "145.400000",
tone: "",
},
{
name: "145450",
rx: "145.450000",
tx: "145.450000",
tone: "",
skip: "",
},
{
name: "145500",
rx: "145.500000",
tx: "145.500000",
tone: "",
skip: "",
},
{
name: "145550",
rx: "145.550000",
tx: "145.550000",
tone: "",
skip: "",
},
{
name: "433300",
rx: "433.300000",
tx: "433.300000",
tone: "",
skip: "",
},
{
name: "433400",
rx: "433.400000",
tx: "433.400000",
tone: "",
skip: "",
},
{
name: "433450",
rx: "433.450000",
tx: "433.450000",
tone: "",
skip: "",
},
{
name: "433500",
rx: "433.500000",
tx: "433.500000",
tone: "",
skip: "",
},
{
name: "433550",
rx: "433.550000",
tx: "433.550000",
tone: "",
skip: "",
},
]
}
export default getSimplex