use multi-thread to wait sms

This commit is contained in:
2022-04-12 21:17:19 +02:00
parent 2fdd7f9b38
commit a710f4eb63
9 changed files with 88 additions and 67 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from dotenv import load_dotenv
load_dotenv()
LOG_SOURCE = os.getenv("LOG_SOURCE")
SMS_TIMEOUT = 60
BAUDRATE = 115200
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))