From 883e65fc5d585eae4d1b15d1ea61db7b28f4cac4 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Fri, 14 May 2021 09:04:43 +0200 Subject: [PATCH] fixed a problem with mygrid in cq --- data_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/data_handler.py b/data_handler.py index 07042b3d..3f6c9902 100644 --- a/data_handler.py +++ b/data_handler.py @@ -689,7 +689,6 @@ def received_ping_ack(data_in): async def transmit_cq(): logging.info("CQ CQ CQ") - static.MYGRID = b'JN48ea' cq_frame = bytearray(14) cq_frame[:1] = bytes([200])