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:
parent
04205e2cda
commit
dda73ff689
9 changed files with 580 additions and 306 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue