-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Rename numeric vario to vertical speed indicator #11085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
|
Avoid premature type casting to float Re-evaluate the necessity of this rename |
User description
See Configurator PR for details
PR Type
Enhancement
Description
Rename
OSD_VARIO_NUMenum toOSD_VERTICAL_SPEED_INDICATORUpdate all references across OSD menu, layout config, and DJI HD mapping
Add documentation comments for velocity calculation functions
Update OSD documentation to reflect new naming convention
Diagram Walkthrough
File Walkthrough
cms_menu_osd.c
Update menu entry enum constantsrc/main/cms/cms_menu_osd.c
OSD_VARIO_NUMtoOSD_VERTICAL_SPEED_INDICATORosd.c
Update case handler and layout configsrc/main/io/osd.c
OSD_VARIO_NUMtoOSD_VERTICAL_SPEED_INDICATORosd.h
Rename enum constant definitionsrc/main/io/osd.h
OSD_VARIO_NUMtoOSD_VERTICAL_SPEED_INDICATORosd_dji_hd.c
Update DJI HD OSD mappingsrc/main/io/osd_dji_hd.c
OSD_VARIO_NUMtoOSD_VERTICAL_SPEED_INDICATORosd_common.c
Add velocity function documentationsrc/main/io/osd_common.c
osdGet3DSpeed()functionpitotmeter.c
Add airspeed function documentationsrc/main/sensors/pitotmeter.c
getAirspeedEstimate()functionOSD.md
Update documentation tabledocs/OSD.md
OSD_VARIO_NUMtoOSD_VERTICAL_SPEED_INDICATOR