Skip to content

Commit

Permalink
Merge pull request #2205 from iNavFlight/MrD_Fix-OSD---Blackbox-had-w…
Browse files Browse the repository at this point in the history
…rong-ID

Fix OSD page - Blackbox element had wrong ID
  • Loading branch information
MrD-RC authored Oct 8, 2024
2 parents ea40239 + 16d81ae commit baa2854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ OSD.constants = {
},
{
name: 'BLACKBOX',
id: 149,
id: 152,
min_version: '8.0.0',
preview: function(osd_data) {
return FONT.symbol(SYM.BLACKBOX) + FONT.embed_dot('000123');
Expand Down

0 comments on commit baa2854

Please sign in to comment.