1
0
Fork 0
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:
Dominic Clifton 2014-12-11 15:41:18 +00:00
parent 237ce4ba5b
commit 80acc39a46
3 changed files with 53 additions and 4 deletions

View file

@ -360,7 +360,8 @@ void init(void)
#ifdef DISPLAY
if (feature(FEATURE_DISPLAY)) {
displayEnablePageCycling();
//displayEnablePageCycling();
displayShowFixedPage();
}
#endif
}