From 7863a6df00809e3e57e2363c32dc2499eae2bc3e Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Mon, 26 Aug 2024 18:24:00 -0700 Subject: [PATCH] Fix kenwood V7A and derivatives flow control Fixes #10885 --- chirp/drivers/kenwood_live.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chirp/drivers/kenwood_live.py b/chirp/drivers/kenwood_live.py index 9d4e56a07..fc23963ae 100644 --- a/chirp/drivers/kenwood_live.py +++ b/chirp/drivers/kenwood_live.py @@ -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