# HG changeset patch # User Jim Unroe rock.unroe@gmail.com # Date 1595257809 14400 # Mon Jul 20 11:10:09 2020 -0400 # Node ID 0e1a17aed39633e75f886d659e5d75f084f60e61 # Parent 37a6a6d6f42535562669c8d3fc4e3765a218aa2d [AT778-UV] Update Allowed Radio Types for AnyTone AT778-UV
This patch adds "V100" to list of "ALLOWED_RADIO_TYPES".
Closes #8109
diff -r 37a6a6d6f425 -r 0e1a17aed396 chirp/drivers/anytone778uv.py --- a/chirp/drivers/anytone778uv.py Fri Jul 17 20:17:29 2020 -0700 +++ b/chirp/drivers/anytone778uv.py Mon Jul 20 11:10:09 2020 -0400 @@ -935,7 +935,7 @@ MODEL = "778UV" # Allowed radio types is a dict keyed by model of a list of version # strings - ALLOWED_RADIO_TYPES = {'AT778UV': ['V200']} + ALLOWED_RADIO_TYPES = {'AT778UV': ['V100', 'V200']}
@directory.register class RetevisRT95(AnyTone778UVBase):