Skip to content

Commit

Permalink
Fix kenwood V7A and derivatives flow control
Browse files Browse the repository at this point in the history
Fixes #10885
  • Loading branch information
kk7ds committed Aug 27, 2024
1 parent a9238f5 commit 0e5163b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chirp/drivers/kenwood_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ def set_memory(self, memory):
class TMV7Radio(KenwoodOldLiveRadio):
"""Kenwood TM-V7"""
MODEL = "TM-V7"
HARDWARE_FLOW = False

mem_upper_limit = 200 # Will be updated

Expand Down

0 comments on commit 0e5163b

Please sign in to comment.