https://github.com/IDI-Systems/acre2/issues/1101
config set for helicopters:
class AcreRacks
{
class Rack_1
{
displayName = "Dashboard";
shortName = "Dash";
componentName = "ACRE_VRC64";
mountedRadio = "ACRE_PRC77";
allowedPositions[] = {"driver", "commander", "external"};
disabledPositions[] = {};
defaultComponents[] = {};
isRadioRemovable = 0;
intercom[] = {"none"};
};
};