Skip to content

Commit

Permalink
tools.call: Drop AX.25 2.0 limitation
Browse files Browse the repository at this point in the history
BPQ32 responds with FRMR, so fallback to AX.25 2.0 seems to work.
  • Loading branch information
sjlongland committed May 7, 2024
1 parent 1dd227e commit 4202223
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aioax25/tools/call.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4202223

Please sign in to comment.