1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 00:05:28 +03:00

Status page added

only status page left in cycle

fixed screen flicker when page was not changed

cleanup and bugfixes to status page and cycling mechanism
This commit is contained in:
Pawel 2016-03-20 21:34:20 +01:00 committed by Konstantin Sharlaimov (DigitalEntity)
parent 0fe60c6e26
commit d48a4166e5
4 changed files with 83 additions and 278 deletions

View file

@ -2459,7 +2459,8 @@ static void cliVersion(char *cmdline)
{
UNUSED(cmdline);
cliPrintf("# iNav/%s %s %s / %s (%s)",
cliPrintf("# %s/%s %s %s / %s (%s)",
FC_NAME,
targetName,
FC_VERSION_STRING,
buildDate,