Fix radioddity_r2 frs16 immutable mode

This should have had mode in the immutable set for FRS16 channels.

Related to #10288
This commit is contained in:
Dan Smith 2023-01-28 12:19:53 -08:00 committed by Dan Smith
parent 1caf899b7a
commit 8c47d187c0

View File

@ -523,7 +523,7 @@ class RadioddityR2(chirp_common.CloneModeRadio):
mem.duplex == ''
mem.offset = 0
mem.mode = "NFM"
immutable = ["empty", "freq", "duplex", "offset"]
immutable = ["empty", "freq", "duplex", "offset", "mode"]
elif self._pmr:
if mem.freq in PMR_FREQS:
if mem.number >= 1 and mem.number <= 16: