mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Merge pull request #7994 from krzysztofmatula/km-on-arm-timer
OSD: combined ON/ARM timer
This commit is contained in:
commit
edcacb9f0d
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