mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 01:05:12 +03:00
Merge pull request #207 from marbalon/rx_spi_eleres_support
Support for new eLeReS RX_SPI receiver
This commit is contained in:
commit
f42c6765be
3 changed files with 8 additions and 5 deletions
|
@ -541,10 +541,10 @@
|
|||
"message": "Configure via the Race Transponder tab after enabling."
|
||||
},
|
||||
"featureRX_NRF24": {
|
||||
"message": "NRF24L01 based receiver"
|
||||
"message": "RX SPI based receiver (NRF24L01, RFM22)"
|
||||
},
|
||||
"featureRX_NRF24Tip": {
|
||||
"message": "Remember to set the NRF24 protocol after enabling."
|
||||
"message": "Remember to set the RX SPI protocol after enabling."
|
||||
},
|
||||
"featureSOFTSPI": {
|
||||
"message": "CPU based SPI"
|
||||
|
@ -721,7 +721,7 @@
|
|||
"message": "Serial Receiver Provider"
|
||||
},
|
||||
"configurationNrf24Protocol": {
|
||||
"message": "NRF24 protocol"
|
||||
"message": "RX SPI protocol"
|
||||
},
|
||||
"configurationEepromSaved": {
|
||||
"message": "EEPROM <span style=\"color: #37a8db\">saved</span>"
|
||||
|
|
|
@ -11554,7 +11554,8 @@ var FC = {
|
|||
'Cheerson CX10',
|
||||
'Cheerson CX10A',
|
||||
'JJRC H8_3D',
|
||||
'iNav Reference protocol'
|
||||
'iNav Reference protocol',
|
||||
'eLeReS'
|
||||
];
|
||||
},
|
||||
getSensorAlignments: function () {
|
||||
|
|
4
js/fc.js
4
js/fc.js
|
@ -619,7 +619,9 @@ var FC = {
|
|||
'Cheerson CX10',
|
||||
'Cheerson CX10A',
|
||||
'JJRC H8_3D',
|
||||
'iNav Reference protocol'
|
||||
'iNav Reference protocol',
|
||||
'eLeReS'
|
||||
|
||||
];
|
||||
},
|
||||
getSensorAlignments: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue