[bj-uv55] initial channel editing support #1201
I have also tried to simplify a few areas with list comprehension, like:
- if "BFB" not in radio_version and "82" not in radio_version and "USA" not in radio_version:
+ if not any(type in radio_version for type in ["BFB", "82", "USA", "BJ55"]):