Skip to content
Snippets Groups Projects
Verified Commit 8eb6647a authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

fix(log): remove bounds to wing angle plots

parent 8378d295
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment