diff --git a/other.py b/other.py new file mode 100644 index 00000000..1a8e69ec --- /dev/null +++ b/other.py @@ -0,0 +1,20 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +""" +Created on Fri Dec 25 21:25:14 2020 + +@author: DJ2LS +""" + +import time +import threading + +import static + + + +def timeout(): + print("TIMEOUT REACHED!") + #static.ACK_TIMEOUT = seconds + #time.sleep(seconds) + static.ACK_TIMEOUT = 1 \ No newline at end of file