Rearrange presets and add a few more for the Rotorflight 2.2 GA (#2)

Signed-off-by: Chris Kim <oats87g@gmail.com>
This commit is contained in:
Chris Kim
2025-06-03 16:40:50 -06:00
committed by GitHub
parent fd9f215f9d
commit 22ae5e3d39
16 changed files with 362 additions and 119 deletions

View File

@@ -17,15 +17,18 @@ const PresetStatusEnum = ["OFFICIAL", "COMMUNITY", "EXPERIMENTAL"];
const ParserEnum = ["TEXT", "MARKED"];
const PresetCategories = {
SETUP: "SETUP",
FILTERS: "FILTERS",
PROFILE: "PROFILE",
RATEPROFILE: "RATEPROFILE",
FILTERS: "FILTERS",
REMAPPING: "REMAPPING",
BNF: "BNF",
OTHER: "OTHER",
}
const PresetCategoriesPriorities = {
SETUP: 0,
FILTERS: 0,
PROFILE: 10**12,
RATEPROFILE: 10**4,
REMAPPING: 0,