We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55643b commit 535d779Copy full SHA for 535d779
chirp/drivers/uvk5.py
@@ -2032,8 +2032,8 @@ def k5_approve_firmware(cls, firmware):
2032
# These are reportendly OEM and newer than the original firmwares,
2033
# as of late 2025
2034
'1.02.',
2035
- # UV-K5 Loaner Firmware (channel-only build used by the project)
2036
- 'UV-K5 Loaner Firmware',
+ # UV-K5 Loaner firmware uses OEFW-LNRxx (e.g. OEFW-LNR24B1)
+ 'OEFW-LNR',
2037
)
2038
return any(firmware.startswith(x) for x in approved_prefixes)
2039
0 commit comments