uv17: Stop recording the model string for no reason

This is not necessary and is not part of the actual image, so we might
as well remove it to avoid it ever being written to the radio by
accident.

Sort of related to #11167
This commit is contained in:
Dan Smith 2024-02-16 14:36:59 -08:00 committed by Dan Smith
parent 82bb3fbb85
commit 5b998c51ce

View File

@ -78,7 +78,6 @@ def _download(radio):
radio.status_fn(status)
baofeng_uv17Pro._sendmagic(radio, b"\x06", 1)
data += bytes(radio.MODEL, 'ascii')
return data