1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Generate AUX_CONFIGS from FLIGHT_MODES

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-05-11 22:37:09 +02:00
parent be186d9133
commit 72eebe7d38
3 changed files with 21 additions and 44 deletions

View file

@ -283,4 +283,4 @@ var FLIGHT_MODES = [
}
];
module.exports = FLIGHT_MODES;
module.exports = {FLIGHT_MODES};