diff --git a/site/controller.html b/site/controller.html
index a8cc84a..0a40d02 100644
--- a/site/controller.html
+++ b/site/controller.html
@@ -72,9 +72,9 @@
gyromidi controller
method: "POST",
body: JSON.stringify(
{
- "AngleX": x,
- "AngleY": y+180,
- "AngleZ": (z*2)+180
+ "AngleX": x+180,
+ "AngleY": (y*2)+180,
+ "AngleZ": z
}
),
headers: {