Update paramsd.py save it

This commit is contained in:
infiniteCable2
2025-09-26 21:58:25 +02:00
committed by GitHub
parent 9d4d81b628
commit 234cd24a95
+1
View File
@@ -293,6 +293,7 @@ def main():
msg_dat = msg.to_bytes()
if sm.frame % 1200 == 0: # once a minute
params.put_nonblocking("LiveParametersV2", msg_dat)
params.put_nonblocking("AngleOffsetDegree", msg.liveParameters.angleOffsetDeg)
pm.send('liveParameters', msg_dat)