🗺️ Makes visualizer use s1 slider for step height

This commit is contained in:
Rune Harlyk
2024-11-11 17:47:03 +01:00
committed by Rune Harlyk
parent fc0914ded4
commit c1e12bffe8
+2 -1
View File
@@ -268,7 +268,8 @@
rx: controlData[3],
ry: controlData[4],
h: controlData[5],
s: controlData[6]
s: controlData[6],
s1: controlData[7]
};
body_state.ym = ((data.h + 127) * 0.75) / 100;