Delete fec.py

This commit is contained in:
DJ2LS 2021-03-12 14:31:47 +01:00 committed by GitHub
parent 36b7ac91f8
commit cfc20bcf90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
fec.py
View file

@ -1,16 +0,0 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import static
import modem
#modem = modem.RF()
import helpers
def transmit_cq():
cq_frame = b'CQCQCQ'
modem.RF.transmit_signalling(cq_frame)
pass