mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
GPS page on the display to aid GPS outdoor testing.
This commit is contained in:
parent
237ce4ba5b
commit
80acc39a46
3 changed files with 53 additions and 4 deletions
|
@ -360,7 +360,8 @@ void init(void)
|
|||
|
||||
#ifdef DISPLAY
|
||||
if (feature(FEATURE_DISPLAY)) {
|
||||
displayEnablePageCycling();
|
||||
//displayEnablePageCycling();
|
||||
displayShowFixedPage();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue