Update paramsd.py revert

This commit is contained in:
infiniteCable2
2025-09-26 21:20:54 +02:00
committed by GitHub
parent 3a640c6993
commit 8bea3dc0e8
-2
View File
@@ -290,8 +290,6 @@ def main():
msg_dat = msg.to_bytes()
if sm.frame % 1200 == 0: # once a minute
params.put_nonblocking("LiveParametersV2", msg_dat)
if sm.frame % 50 == 0:
params.put_nonblocking("AngleOffsetDegree", str(msg.liveParameters.angleOffsetDeg))
pm.send('liveParameters', msg_dat)