Fix issued. Anyone want to test and make sure it's working as expected?
What I already had for Site 1 of Megahertz Technology that is known working (although it's not been updated to my personal standard that includes the color code of each frequency on DMR systems):
Code:
; Dallas
CON+, 120, 1, 1, 454.2500, 0.0, 0
CON+, 120, 1, 3, 454.3750, 0.0, 0
CON+, 120, 1, 5, 454.4000, 0.0, 0
CON+, 120, 1, 7, 454.2250, 0.0, 0
CON+, 120, 1, 9, 454.4750, 0.0, 0
CON+, 120, 1, 11, 454.6000, 0.0, 0
CON+, 120, 1, 13, 454.6500, 0.0, 0
CON+, 120, 1, 15, 454.2000, 0.0, 0
CON+, 120, 1, 17, 454.2750, 0.0, 0
CON+, 120, 1, 19, 454.4250, 0.0, 0
What the download shows:
Code:
Con+,120,1,1,454.25,0.0,1
Con+,120,1,2,454.25,0.0,2
Con+,120,1,3,454.375,0.0,3
Con+,120,1,4,454.375,0.0,4
Con+,120,1,5,454.4,0.0,5
Con+,120,1,6,454.4,0.0,6
Con+,120,1,7,454.225,0.0,7
Con+,120,1,8,454.225,0.0,8
Con+,120,1,9,454.475,0.0,9
Con+,120,1,10,454.475,0.0,10
Con+,120,1,11,454.6,0.0,11
Con+,120,1,12,454.6,0.0,12
Con+,120,1,13,454.65,0.0,13
Con+,120,1,14,454.65,0.0,14
Con+,120,1,15,454.2,0.0,15
Con+,120,1,16,454.2,0.0,16
Con+,120,1,17,454.275,0.0,17
Con+,120,1,18,454.275,0.0,18
Con+,120,1,19,454.425,0.0,19
Con+,120,1,20,454.425,0.0,20
It works, but unlike Tier III systems, it's showing each LSN instead of the odd numbered ones only (so each frequency is repeated twice). Just to be certain it was not a system specific fluke, I checked MotoNet CP+, and it is the same.