Skip to content

Commit

Permalink
added HIL
Browse files Browse the repository at this point in the history
  • Loading branch information
tblaha committed Jan 9, 2024
1 parent 3983bd7 commit 57c0f5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,9 @@
"portsFunction_TELEMETRY_PI": {
"message": "PI"
},
"portsFunction_HIL": {
"message": "HIL"
},
"portsFunction_TELEMETRY_MSP": {
"message": "MSP"
},
Expand Down
1 change: 1 addition & 0 deletions src/js/msp/MSPHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function MspHelper() {
'FRSKY_OSD': 16,
'VTX_MSP': 17,
'TELEMETRY_PI': 18,
'HIL': 19,
};

self.REBOOT_TYPES = {
Expand Down
1 change: 1 addition & 0 deletions src/js/tabs/ports.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ports.initialize = function (callback) {
{ name: 'TELEMETRY_LTM', groups: ['telemetry'], sharableWith: ['msp'], notSharableWith: ['peripherals'], maxPorts: 1 },
{ name: 'TELEMETRY_MAVLINK', groups: ['telemetry'], sharableWith: ['msp'], notSharableWith: ['peripherals'], maxPorts: 1 },
{ name: 'TELEMETRY_PI', groups: ['telemetry'], sharableWith: ['msp'], notSharableWith: ['peripherals'], maxPorts: 1 },
{ name: 'HIL', groups: ['telemetry'], sharableWith: ['msp'], notSharableWith: ['peripherals'], maxPorts: 1 },
{ name: 'IRC_TRAMP', groups: ['peripherals'], maxPorts: 1 },
{ name: 'ESC_SENSOR', groups: ['sensors'], maxPorts: 1 },
{ name: 'TBS_SMARTAUDIO', groups: ['peripherals'], maxPorts: 1 },
Expand Down

0 comments on commit 57c0f5c

Please sign in to comment.