From 8eb6647a68551e925cd29c0aab66fa958f5432d2 Mon Sep 17 00:00:00 2001 From: Thomas Lambert <t.lambert@uliege.be> Date: Thu, 1 Dec 2022 21:42:03 +0100 Subject: [PATCH] fix(log): remove bounds to wing angle plots --- controller/mechaRaptor.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/controller/mechaRaptor.json b/controller/mechaRaptor.json index 5458036..2c7de36 100644 --- a/controller/mechaRaptor.json +++ b/controller/mechaRaptor.json @@ -155,8 +155,8 @@ "graph": false, "led": false, "log": false, - "max": 45, - "min": -45, + "max": 0, + "min": 0, "title": "Left", "units": "°", "value": "%10", @@ -169,8 +169,8 @@ "graph": false, "led": false, "log": false, - "max": 45, - "min": -45, + "max": 0, + "min": 0, "title": "Right", "units": "°", "value": "%11", @@ -189,8 +189,8 @@ "graph": false, "led": false, "log": false, - "max": 45, - "min": -45, + "max": 0, + "min": 0, "title": "Left", "units": "°", "value": "%12", @@ -203,8 +203,8 @@ "graph": false, "led": false, "log": false, - "max": 45, - "min": -45, + "max": 0, + "min": 0, "title": "Right", "units": "°", "value": "%13", -- GitLab