Skip to content

Commit

Permalink
Fix no osd selection build
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Nov 17, 2024
1 parent 0f044eb commit e77b120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/firmware_flasher.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ firmware_flasher.initialize = function (callback) {
}

data.osdProtocols = [
{ name: 'None', value: 'No OSD' },
{ name: 'None', value: '' },
{ name: 'Analog', value: 'USE_OSD_SD' },
{ name: 'Digital', value: 'USE_OSD_HD' },
{ name: 'FrSky', value: 'USE_FRSKYOSD' },
Expand Down

0 comments on commit e77b120

Please sign in to comment.