RSS had a "default squelch setting" which implies there is a place to
> override it but I haven't found it. Maybe you have to "warm boot" the
> radio to get it to re-read the default squelch settings?
Here's the difference between a code plug with default squelch of "4"
set in RSS, and one with "0" set.
-00000000 00 1f ff dd cc 00 13 07 01 40 18 08 04 09 14 01 |.........@......|
+00000000 00 1f ff dd c8 00 13 07 01 40 18 08 00 09 14 01 |.........@......|
RSS provides settings zero through four.
Here's default squelch of "1":
+00000000 00 1f ff dd c9 00 13 07 01 40 18 08 01 09 14 01 |.........@......|
"2":
+00000000 00 1f ff dd ca 00 13 07 01 40 18 08 02 09 14 01 |.........@......|
"3":
+00000000 00 1f ff dd cb 00 13 07 01 40 18 08 03 09 14 01 |.........@......|
So it appears that the plug uses three bits, offset 0x04, bits b2-b0, to
encode squelch 0-4.
De