Skip to content

Commit baa2854

Browse files
authored
Merge pull request #2205 from iNavFlight/MrD_Fix-OSD---Blackbox-had-wrong-ID
Fix OSD page - Blackbox element had wrong ID
2 parents ea40239 + 16d81ae commit baa2854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/osd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ OSD.constants = {
10701070
},
10711071
{
10721072
name: 'BLACKBOX',
1073-
id: 149,
1073+
id: 152,
10741074
min_version: '8.0.0',
10751075
preview: function(osd_data) {
10761076
return FONT.symbol(SYM.BLACKBOX) + FONT.embed_dot('000123');

0 commit comments

Comments
 (0)