Changed time interval to 1 second from 5 minutes

This commit is contained in:
2025-07-02 12:39:39 +02:00
parent 69cce7be3e
commit f0c90c831f
3 changed files with 6 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ SETFANPRCNT = "set_speed"
if os.environ["EPPYSLEEPY"]:
EPPYSLEEPY = int(os.environ["EPPYSLEEPY"])
else:
EPPYSLEEPY = 300 # 5 minutes
EPPYSLEEPY = 1 # 1 second
# init
MDserial = serial.Serial(