mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
OSD: combined ON/ARM timer
This commit is contained in:
parent
9ad2cc8445
commit
24bf8050c1
3 changed files with 8 additions and 2 deletions
|
@ -93,7 +93,8 @@
|
|||
const char * const osdTimerSourceNames[] = {
|
||||
"ON TIME ",
|
||||
"TOTAL ARM",
|
||||
"LAST ARM "
|
||||
"LAST ARM ",
|
||||
"ON/ARM "
|
||||
};
|
||||
|
||||
// Things in both OSD and CMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue