Adjusted bed measurement frequency to 1 hz
This commit is contained in:
parent
ab5a192524
commit
07c6ff492e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue