From 9fd967c857231bfdafa1ec67cb8f1f8bb23902e6 Mon Sep 17 00:00:00 2001 From: Marco Hauswirth Date: Tue, 17 Mar 2026 18:49:35 +0100 Subject: [PATCH] fix(lib/events): add missing POSITION_SLOW and ALTITUDE_CRUISE to navigation_mode_groups --- src/lib/events/enums.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/events/enums.json b/src/lib/events/enums.json index 20b7d841e1..25af281509 100644 --- a/src/lib/events/enums.json +++ b/src/lib/events/enums.json @@ -721,6 +721,8 @@ "3": [67371008], "4": [50593792], "5": [84148224], + "6": [33751040], + "8": [720896], "10": [327680], "14": [393216], "15": [458752],