Skip to content

Commit 7de1b48

Browse files
Merge pull request #1314 from iNavFlight/osd-ids-rearrange
Fix incorrect/incompatible order for OSD items
2 parents 010c960 + 755744d commit 7de1b48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/io/osd.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ typedef enum {
4444
OSD_MAH_DRAWN,
4545
OSD_GPS_SPEED,
4646
OSD_GPS_SATS,
47+
OSD_ALTITUDE,
48+
OSD_ROLL_PIDS,
49+
OSD_PITCH_PIDS,
50+
OSD_YAW_PIDS,
51+
OSD_POWER,
4752
OSD_GPS_LON,
4853
OSD_GPS_LAT,
4954
OSD_HOME_DIR,
5055
OSD_HOME_DIST,
5156
OSD_HEADING,
52-
OSD_ALTITUDE,
5357
OSD_VARIO,
54-
OSD_VARIO_NUM,
55-
OSD_ROLL_PIDS,
56-
OSD_PITCH_PIDS,
57-
OSD_YAW_PIDS,
58-
OSD_POWER,
58+
OSD_VARIO_NUM,
5959
OSD_ITEM_COUNT // MUST BE LAST
6060
} osd_items_e;
6161

0 commit comments

Comments
 (0)