File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 239239 u8 closeGlitchThr[10];
240240 #seekto 0x1E50;
241241 u8 openGlitchThr[10];
242- } sqlBand1_3 ;
242+ } sqlBand4_7 ;
243243
244244 struct {
245245 #seekto 0x1E60;
254254 u8 closeGlitchThr[10];
255255 #seekto 0x1EB0;
256256 u8 openGlitchThr[10];
257- } sqlBand4_7 ;
257+ } sqlBand1_3 ;
258258
259259 #seekto 0x1EC0;
260260 struct {
@@ -2044,7 +2044,7 @@ def validate_upload_calibration(value):
20442044 for sql in range (0 , 10 ):
20452045 prefix = "_mem.cal." + band + "."
20462046 postfix = "[" + str (sql ) + "]"
2047- appendLabel (radioSettingGroup , "Squelch " + str (sql + 1 ))
2047+ appendLabel (radioSettingGroup , "Squelch " + str (sql ))
20482048
20492049 name = prefix + "openRssiThr" + postfix
20502050 tempval = minMaxDef (eval (name ), 0 , 255 , 0 )
You can’t perform that action at this time.
0 commit comments