changed config, moved to default enabled FFT

This commit is contained in:
DJ2LS 2022-12-05 07:44:51 +01:00
parent 8251b35ebb
commit 6ea653c5aa
2 changed files with 2 additions and 2 deletions

View file

@ -273,7 +273,7 @@ if __name__ == "__main__":
static.MYCALLSIGN = helpers.bytes_to_callsign(mycallsign)
static.MYCALLSIGN_CRC = helpers.get_crc_24(static.MYCALLSIGN)
static.SSID_LIST = config['STATION']['ssid']
static.SSID_LIST = config['STATION']['ssid_list']
static.MYGRID = bytes(config['STATION']['mygrid'], "utf-8")
# check if we have an int or str as device name
try:

View file

@ -71,7 +71,7 @@ SNR: float = 0
FREQ_OFFSET: float = 0
SCATTER: list = []
ENABLE_SCATTER: bool = False
ENABLE_FSK: bool = False
ENABLE_FSK: bool = True
RESPOND_TO_CQ: bool = False
RESPOND_TO_CALL: bool = True # respond to cq, ping, connection request, file request if not in session
# ---------------------------------