1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 00:05:28 +03:00

Tidy up of all nrf24 protocols.

This commit is contained in:
Martin Budden 2016-05-26 15:34:29 +01:00
parent 04205e2cda
commit dda73ff689
9 changed files with 580 additions and 306 deletions

View file

@ -383,6 +383,7 @@ static const char * const lookupTableSerialRX[] = {
#endif
#ifdef USE_RX_NRF24
// sync with nrf24_protocol_t
static const char * const lookupTableNRF24RX[] = {
"V202_250K",
"V202_1M",
@ -391,6 +392,7 @@ static const char * const lookupTableNRF24RX[] = {
"CX10",
"CX10A",
"H8_3D",
"H8_3D_DEV",
};
#endif