From b1b63ce26f32930d690a4a1f7f13bfd8d1f423e6 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Fri, 14 May 2021 08:48:51 +0200 Subject: [PATCH] added dxgrid global var --- static.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static.py b/static.py index a5c9ff82..77f142e4 100644 --- a/static.py +++ b/static.py @@ -14,6 +14,7 @@ DXCALLSIGN = b'AA0AA' DXCALLSIGN_CRC8 = b'A' MYGRID = b'' +DXGRID = b'' # --------------------------------- @@ -48,7 +49,7 @@ PORT = 3000 HAMLIB_PTT_TYPE = 'RTS' PTT_STATE = False -HAMLIB_DEVICE_ID = 311 +HAMLIB_DEVICE_ID = 0 HAMLIB_DEVICE_PORT = '/dev/ttyUSB0' # ------------------------- # FreeDV Defaults