Skip to content

Commit 535d779

Browse files
committed
Allow UV-K5 Loaner firmware uploads
1 parent e55643b commit 535d779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chirp/drivers/uvk5.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,8 +2032,8 @@ def k5_approve_firmware(cls, firmware):
20322032
# These are reportendly OEM and newer than the original firmwares,
20332033
# as of late 2025
20342034
'1.02.',
2035-
# UV-K5 Loaner Firmware (channel-only build used by the project)
2036-
'UV-K5 Loaner Firmware',
2035+
# UV-K5 Loaner firmware uses OEFW-LNRxx (e.g. OEFW-LNR24B1)
2036+
'OEFW-LNR',
20372037
)
20382038
return any(firmware.startswith(x) for x in approved_prefixes)
20392039

0 commit comments

Comments
 (0)