Like this, or something more?
@directory.register class AnyToneTERMN8RRadio(chirp_common.CloneModeRadio, chirp_common.ExperimentalRadio): """AnyTone TERMN-8R""" VENDOR = "AnyTone" MODEL = "TERMN-8R"
Yep, this plus an image file in the right spot should make the tests run.
My plans is to have the driver file named "anytone_ht.py". Is that correct?
Sure, that's fine.
I also have an image file that I can provide for the TERMN-8R radio and the OBLTR-8R radio. What is the correct way to name them. I should attach them to the corresponding issue, right?
Based on the above, the file should be:
tests/images/AnyTone_TERMN-8R.img
There is a way to get them to properly encode in the patch file, but it's not obvious I think. So, feel free to attach them to the issue, or just send them to the list as attachments after the patch.
Thanks!
--Dan