From 42022236f201376430b4a41129abf8c8bcd076a8 Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Tue, 7 May 2024 23:14:25 +1000 Subject: [PATCH] tools.call: Drop AX.25 2.0 limitation BPQ32 responds with FRMR, so fallback to AX.25 2.0 seems to work. --- aioax25/tools/call.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aioax25/tools/call.py b/aioax25/tools/call.py index 521450b..3099fd5 100644 --- a/aioax25/tools/call.py +++ b/aioax25/tools/call.py @@ -34,7 +34,6 @@ def __init__(self, source, destination, kissparams, port=0): self._station = AX25Station( self._interface, source, - protocol=AX25Version.AX25_20, log=stnlog, ) self._station.attach()