1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Added CE domain with reduced telemetry power

This commit is contained in:
phobos- 2022-08-14 16:50:51 +02:00
parent 545caf2908
commit 185a94384c
5 changed files with 21 additions and 5 deletions

View file

@ -511,7 +511,7 @@ static const char* const lookupTableFreqDomain[] = {
"AU433", "AU915", "EU433", "EU868", "IN866", "FCC915",
#endif
#ifdef USE_RX_SX1280
"ISM2400",
"ISM2400", "CE2400"
#endif
#if !defined(USE_RX_SX127X) && !defined(USE_RX_SX1280)
"NONE",