1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Fullres channels

This commit is contained in:
phobos- 2022-08-01 14:17:52 +02:00
parent 931a0ffecb
commit 7ca3033279
6 changed files with 269 additions and 185 deletions

View file

@ -519,7 +519,7 @@ static const char* const lookupTableFreqDomain[] = {
};
static const char* const lookupTableSwitchMode[] = {
"HYBRID", "WIDE",
"WIDE", "HYBRID",
};
#endif