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 @@ ...@@ -155,8 +155,8 @@
"graph": false, "graph": false,
"led": false, "led": false,
"log": false, "log": false,
"max": 45, "max": 0,
"min": -45, "min": 0,
"title": "Left", "title": "Left",
"units": "°", "units": "°",
"value": "%10", "value": "%10",
...@@ -169,8 +169,8 @@ ...@@ -169,8 +169,8 @@
"graph": false, "graph": false,
"led": false, "led": false,
"log": false, "log": false,
"max": 45, "max": 0,
"min": -45, "min": 0,
"title": "Right", "title": "Right",
"units": "°", "units": "°",
"value": "%11", "value": "%11",
...@@ -189,8 +189,8 @@ ...@@ -189,8 +189,8 @@
"graph": false, "graph": false,
"led": false, "led": false,
"log": false, "log": false,
"max": 45, "max": 0,
"min": -45, "min": 0,
"title": "Left", "title": "Left",
"units": "°", "units": "°",
"value": "%12", "value": "%12",
...@@ -203,8 +203,8 @@ ...@@ -203,8 +203,8 @@
"graph": false, "graph": false,
"led": false, "led": false,
"log": false, "log": false,
"max": 45, "max": 0,
"min": -45, "min": 0,
"title": "Right", "title": "Right",
"units": "°", "units": "°",
"value": "%13", "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