Skip to content

Commit

Permalink
Add initialization of MFD_RANGE to A320 config
Browse files Browse the repository at this point in the history
  • Loading branch information
maartentamboer committed Apr 2, 2021
1 parent 45692ec commit d012cdd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Configurations/config_a320.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,13 @@
"trigger_type": "encoder",
"trigger_index": 5
}
]
],
"initialization": {
"global_variables": [
{
"name": "MFD_RANGE",
"value": 10
}
]
}
}

0 comments on commit d012cdd

Please sign in to comment.