mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
Add the GSM SMS telemetry option (#781)
This commit is contained in:
parent
be7e3698a1
commit
4cf10eedf9
3 changed files with 12 additions and 0 deletions
|
@ -50,6 +50,7 @@ var mspHelper = (function (gui) {
|
|||
'RANGEFINDER': 16,
|
||||
'VTX_FFPV': 17,
|
||||
'ESC': 18,
|
||||
'GSM_SMS': 19,
|
||||
};
|
||||
|
||||
// Required for MSP_DEBUGMSG because console.log() doesn't allow omitting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue