mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Add missing CLI parm for ESC RPM Frequency OSD element (#8404)
Add missing CLI parm for ESC RPM Frequency OSD element
This commit is contained in:
commit
6b80fe83e1
2 changed files with 4 additions and 1 deletions
|
@ -33,8 +33,10 @@
|
|||
Create the function to "draw" the element. It should be named like "osdElementSomething()"
|
||||
where the "Something" describes the element.
|
||||
|
||||
Finally add the mapping from the element ID added in the first step to the function
|
||||
Add the mapping from the element ID added in the first step to the function
|
||||
created in the third step to the osdElementDrawFunction array.
|
||||
|
||||
Finally add a CLI parameter for the new element in cli/settings.c.
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue