mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
* OLED display showed CLEANFLIGHT V3.2.0... cahnged to BETAFLIGHT
~ Charlie Stevenson
This commit is contained in:
parent
b1132b93cb
commit
78ded9e6f7
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ static void showDebugPage(void)
|
|||
#endif
|
||||
|
||||
static const pageEntry_t pages[PAGE_COUNT] = {
|
||||
{ PAGE_WELCOME, "CLEANFLIGHT", showWelcomePage, PAGE_FLAGS_SKIP_CYCLING },
|
||||
{ PAGE_WELCOME, "BETAFLIGHT", showWelcomePage, PAGE_FLAGS_SKIP_CYCLING },
|
||||
{ PAGE_ARMED, "ARMED", showArmedPage, PAGE_FLAGS_SKIP_CYCLING },
|
||||
{ PAGE_PROFILE, "PROFILE", showProfilePage, PAGE_FLAGS_NONE },
|
||||
#ifdef GPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue