Adjusted bed measurement frequency to 1 hz

This commit is contained in:
Maximilian Giller 2024-05-06 22:11:24 +02:00
parent ab5a192524
commit 07c6ff492e

View file

@ -148,4 +148,4 @@ async def log_bed_weights():
add_weights_to_log(tl, tr, bl, br) add_weights_to_log(tl, tr, bl, br)
except: except:
pass pass
await asyncio.sleep(60) await asyncio.sleep(1)