Skip to content

Commit

Permalink
uvk5: Bless 5.00.x firmware versions
Browse files Browse the repository at this point in the history
Fixes #11483
  • Loading branch information
kk7ds committed Aug 19, 2024
1 parent 906e7a1 commit 30f1fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chirp/drivers/uvk5.py
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@ class UVK5Radio(UVK5RadioBase):
@classmethod
def k5_approve_firmware(cls, firmware):
approved_prefixes = ('k5_2.01.', 'app_2.01.', '2.01.',
'1o11', '4.00.', 'k5_4.00.')
'1o11', '4.00.', 'k5_4.00.', '5.00.')
return any(firmware.startswith(x) for x in approved_prefixes)

@classmethod
Expand Down

0 comments on commit 30f1fd6

Please sign in to comment.