@rflafla/f1-udp-parser
Version:
The F1 series of games support the outputting of key game data via a UDP data stream. This data can be interpreted by external apps or connected peripherals for a range of different uses, including providing additional telemetry information, customised HU
16 lines • 552 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FORMULAS = void 0;
exports.FORMULAS = [
{ name: 'F1 Modern', weight: 802 },
{ name: 'F1 Classic', weight: 0 },
{ name: 'F2', weight: 787 },
{ name: 'F1 Generic', weight: 798 },
{ name: 'Beta', weight: 798 },
{ name: 'Supercars', weight: 0 },
{ name: 'Esports', weight: 798 },
{ name: 'F2 2021', weight: 787 },
{ name: 'F1 World Car', weight: 796 },
{ name: 'F1 Elimination', weight: 0 },
];
//# sourceMappingURL=formulas.js.map