Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into mmosca-github-build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Mar 5, 2024
2 parents 33767ef + a13227b commit 02bf14a
Show file tree
Hide file tree
Showing 36 changed files with 1,893 additions and 2,163 deletions.
15 changes: 15 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"options_showProfileParameters": {
"message": "Highlight parameters that change when switching battery or control profiles"
},
"options_cliAutocomplete": {
"message": "Advanced CLI AutoComplete"
},
"options_unit_type": {
"message": "Set how the units render on the configurator only"
},
Expand Down Expand Up @@ -3593,6 +3596,12 @@
"osdAlarmGFORCE_AXIS_MAX_HELP": {
"message": "The axes g force elements will start blinking when greater than this value"
},
"osdAlarmADSB_MAX_DISTANCE_WARNING": {
"message": "Distance in meters of ADSB aircraft that is displayed"
},
"osdAlarmADSB_MAX_DISTANCE_ALERT": {
"message": "Distance inside which ADSB data flashes for proximity warning"
},
"osd_current_alarm": {
"message": "Current (A)"
},
Expand Down Expand Up @@ -3632,6 +3641,12 @@
"osd_rssi_dbm_alarm": {
"message": "CRSF RSSI dBm Alarm"
},
"osd_adsb_distance_warning": {
"message": "ADSB distance warning"
},
"osd_adsb_distance_alert": {
"message": "ADSB distance alert"
},
"osd_rssi_dbm_alarm_HELP": {
"message": "RSSI indicator blinks below this value. Range: [-130,0]. Zero disables this alarm."
},
Expand Down
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ sources.js = [
'./node_modules/openlayers/dist/ol.js',
'./js/libraries/plotly-latest.min.js',
'./js/sitl.js',
'./js/CliAutoComplete.js',
'./node_modules/jquery-textcomplete/dist/jquery.textcomplete.js'
];

sources.receiverCss = [
Expand Down
Loading

0 comments on commit 02bf14a

Please sign in to comment.