mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-22 13:50:14 +00:00
Add experimental (sample / not 100% acurrate yet) A320Neo configuration in ocrdata.json
This commit is contained in:
parent
d4c4203931
commit
8caa9705fc
2 changed files with 27 additions and 0 deletions
|
@ -104,6 +104,9 @@
|
||||||
<None Update="LICENSE">
|
<None Update="LICENSE">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
<None Update="VERSION.md">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
<None Update="Vesion.md">
|
<None Update="Vesion.md">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
|
|
@ -35,6 +35,30 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
// G3000
|
||||||
|
{
|
||||||
|
"profile": "A320",
|
||||||
|
"defaultProfile": "false",
|
||||||
|
"ocrImageScale": 0.75,
|
||||||
|
"evalData": [
|
||||||
|
{
|
||||||
|
"popoutName": "Screen1",
|
||||||
|
"data": [ "IDLE" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"popoutName": "Screen2",
|
||||||
|
"data": [ "TAS", "GS", "NM" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"popoutName": "Screen3",
|
||||||
|
"data": [ "F.FLOW", "KG", "KG/MIN", "FOB", "TAT", "SAT" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"popoutName": "Screen4",
|
||||||
|
"data": [ "SPD", "SEL", "CLB", "NAV", "QNH" ]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
// Custom Sample Profile - delete this if you don't need it
|
// Custom Sample Profile - delete this if you don't need it
|
||||||
{
|
{
|
||||||
"profile": "Custom Sample Profile",
|
"profile": "Custom Sample Profile",
|
||||||
|
|
Loading…
Reference in a new issue