mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 17:55:28 +03:00
Merge pull request #9385 from iNavFlight/mmosca-bfcomap-sym-total
Add SYM_TOTAL and SYM_GFORCE to BFCOMPAT
This commit is contained in:
commit
f5b33a0cc5
1 changed files with 5 additions and 7 deletions
|
@ -187,13 +187,9 @@ uint8_t getBfCharacter(uint8_t ch, uint8_t page)
|
||||||
case SYM_ALT_M:
|
case SYM_ALT_M:
|
||||||
return BF_SYM_M;
|
return BF_SYM_M;
|
||||||
|
|
||||||
/*
|
|
||||||
case SYM_TRIP_DIST:
|
|
||||||
return BF_SYM_TRIP_DIST;
|
|
||||||
|
|
||||||
case SYM_TOTAL:
|
case SYM_TOTAL:
|
||||||
return BF_SYM_TOTAL;
|
return BF_SYM_TOTAL_DISTANCE;
|
||||||
|
/*
|
||||||
case SYM_ALT_KM:
|
case SYM_ALT_KM:
|
||||||
return BF_SYM_ALT_KM;
|
return BF_SYM_ALT_KM;
|
||||||
|
|
||||||
|
@ -334,10 +330,12 @@ uint8_t getBfCharacter(uint8_t ch, uint8_t page)
|
||||||
|
|
||||||
case SYM_PITCH_DOWN:
|
case SYM_PITCH_DOWN:
|
||||||
return BF_SYM_PITCH_DOWN;
|
return BF_SYM_PITCH_DOWN;
|
||||||
|
*/
|
||||||
|
|
||||||
case SYM_GFORCE:
|
case SYM_GFORCE:
|
||||||
return BF_SYM_GFORCE;
|
return 'G';
|
||||||
|
|
||||||
|
/*
|
||||||
case SYM_GFORCE_X:
|
case SYM_GFORCE_X:
|
||||||
return BF_SYM_GFORCE_X;
|
return BF_SYM_GFORCE_X;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue