Removing unneeded code.

Bytearray fills with zero upon allocation.
This commit is contained in:
Paul Kronenwetter 2022-04-15 11:26:53 -04:00
parent 802185b31a
commit 195310dda1

View file

@ -1486,7 +1486,6 @@ class DATA():
ping_frame[1:3] = static.DXCALLSIGN_CRC
ping_frame[3:5] = static.MYCALLSIGN_CRC
ping_frame[5:11] = static.MYGRID
ping_frame[11:13] = bytes([0,0])
txbuffer = [ping_frame]
static.TRANSMITTING = True