Skip to content

Commit 94c100d

Browse files
committed
- I don't have a TBS Crossfire/Tracer on hand to
perform testing. For the sake of rigor, I've set cms = nil. We can revise it later when someone with the actual hardware encounters an issue. modified: src/SCRIPTS/BF/radios.lua
1 parent 6c08581 commit 94c100d

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/SCRIPTS/BF/radios.lua

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -176,21 +176,7 @@ local supportedRadios =
176176
yMinLimit = 30,
177177
yMaxLimit = 200
178178
},
179-
cms = {
180-
rows = 9,
181-
cols = 32,
182-
pixelsPerRow = 24,
183-
pixelsPerChar = 12,
184-
xIndent = 10,
185-
yOffset = 28,
186-
textSize = MIDSIZE,
187-
refresh = {
188-
event = EVT_VIRTUAL_ENTER,
189-
text = "Refresh: [ENT]",
190-
top = 1,
191-
left = 220
192-
}
193-
},
179+
cms = nil,
194180
},
195181
}
196182

0 commit comments

Comments
 (0)