Bug #11599
closedRetevis RT98v V101 erroring as unsupported on latest release
0%
Description
I am running the https://archive.chirpmyradio.com/chirp_next/next-20241003/chirp-20241003-py3-none-any.whl version of CHIRP, which was built the same day as the issue to get this model supported was resolved, #11584
I've already gone ahead and uninstalled chirp fully and reinstalled from the above link to be safe, but it is still not letting me read or write without the development module.
I went ahead and extracted the tarball and can see the supported version is also not listed in the rt98.py driver:
ALLOWED_RADIO_TYPES = {'RT98V': ['V100'],
'RT98U': ['V100'],
'RT98W': ['V100'],
'AT-779V': ['V100'],
'AT-779U': ['V100'],
'AT-779W': ['V100'],
}
Maybe it's me, but I feel like the change just didn't get pushed out right, going to just use the dev module for now, as I already did all the testing with that one, but for the casual reader who may stumble upon this, just wait for the fix to get pushed, I don't want to misguide anyone into bricking their radios.