enable hmac by default

This commit is contained in:
DJ2LS 2023-08-19 10:42:53 +02:00
parent 45a8b19d60
commit 6efde55a3b

View file

@ -143,7 +143,7 @@ class TNC:
respond_to_call: bool = True # respond to cq, ping, connection request, file request if not in session
heard_stations = []
listen: bool = True
enable_hmac: bool = False
enable_hmac: bool = True
# ------------