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

Some enhancements

This commit is contained in:
jflyper 2017-01-12 16:53:22 +09:00 committed by Raphael Coeffic
parent 0c026a237a
commit 6550d738db
9 changed files with 269 additions and 13 deletions

View file

@ -19,6 +19,8 @@ const char * const vtx58BandNames[] = {
"RACEBAND",
};
const char vtx58BandLetter[] = "-ABEFR";
const char * const vtx58ChanNames[] = {
"-", "1", "2", "3", "4", "5", "6", "7", "8",
};