Hi group,
How would I go about getting the 'image_version' and 'radio_version' to display within this error message?
if image_version != radio_version:
raise errors.RadioError("Upload finished, but the 'Other Settings' "
"could not be sent because the firmware "
"version of the image does not match that "
"of the radio")
Something like...