One more fix to README.settings.md

Signed-off-by: merspieler <merspieler@users.noreply.github.com>
This commit is contained in:
merspieler 2018-03-07 11:04:15 +01:00
parent 0606f42b71
commit 3830a70913

View file

@ -17,9 +17,9 @@ Before editing the `settings.json` file, make sure to stop mycroft.
"acid":
[
"<Aircraft-id> Can be found in /sim/aircraft",
...
"..."
],
flaps:
"flaps":
[
{
"id": "<flaps-name> can be up|down|full|number",
@ -27,11 +27,11 @@ Before editing the `settings.json` file, make sure to stop mycroft.
"max-spd": "<maximum speed for save extention>",
"value": "<value in the prop tree>"
},
...
"..."
]
"flaps-path": "<path to current flaps-position>"
"gear-retractable": "<true|false>"
},
...
"..."
]
```