status.msg = "Cloning from radio.\nPut radio into clone mode then\npress SET to send"
status.msg = "Cloning from radio..."
So, my initial plan for this was to have a get_prompts() element for this extra bit as well, instead of overloading the clone status like this.
Would you be okay snipping this and the matching one below out of this patch for the time being until we extend get_prompts accordingly? I've been meaning to figure out where in the UI we should do that. I think for yaesus we need the pre-download instructions to tell you how to get it into clone mode, then start the clone thread, and then display another message that tells you what to push to start the transmission from the radio (like you did above), right?
Something like prompts.start_download maybe?
I think for the upload case, we can get them to put the radio into clone and RX mode before they continue and then jump right into sending the image.
Thoughts?