Lorby SI's Axis and Ohs Scripts for the Fenix A320.
Download fnx320_scripts.xml from
the latest release and import this file using
the Scripting > Import scripts
option in AAO.
This will only import the scripts. You will need to assign these to your device.
I've included a basic template for the Honeycomb Bravo in the examples
directory.
The full list of included scripts can be found in SCRIPTS.md.
Data for the scripts is stored in the groups
directory. These are organised based on their location in the flight deck.
The build
command parses this data, uses EJS templates to generate the required RPN, and then writes the output to an XML file
that can be imported to AAO.
Clone the repo, then run:
npm install
npm run build
Update SCRIPTS.md for new releases
npm run list --silent > SCRIPTS.md