Fix kenwood V7A and derivatives flow control

Fixes #10885
This commit is contained in:
Dan Smith 2024-08-26 18:24:00 -07:00 committed by Dan Smith
parent a9238f5906
commit 0e5163b465

View File

@ -394,6 +394,7 @@ class KenwoodOldLiveRadio(KenwoodLiveRadio):
class TMV7Radio(KenwoodOldLiveRadio): class TMV7Radio(KenwoodOldLiveRadio):
"""Kenwood TM-V7""" """Kenwood TM-V7"""
MODEL = "TM-V7" MODEL = "TM-V7"
HARDWARE_FLOW = False
mem_upper_limit = 200 # Will be updated mem_upper_limit = 200 # Will be updated