Merge pull request #207 from marbalon/rx_spi_eleres_support

Support for new eLeReS RX_SPI receiver
pull/211/head
Paweł Spychalski 7 years ago committed by GitHub
commit f42c6765be

@ -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 () {

@ -619,7 +619,9 @@ var FC = {
'Cheerson CX10',
'Cheerson CX10A',
'JJRC H8_3D',
'iNav Reference protocol'
'iNav Reference protocol',
'eLeReS'
];
},
getSensorAlignments: function () {

Loading…
Cancel
Save