1
0
Fork 0
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:
hawkeye 2021-09-23 09:34:10 -04:00
parent d4c4203931
commit 8caa9705fc
2 changed files with 27 additions and 0 deletions

View file

@ -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>

View file

@ -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",