mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 03:50:02 +03:00
Provides a properly implemented way for MSP query type OSD implementations (like DJI) to display OSD warnings. Separates the warnings generation from the OSD task and shares common code to make the text available for the OSD and/or via MSP. Eliminates the need to implement hacks and workarounds like using the `CRAFT_NAME` field to display warnings. Since the warnings logic is now separate, the OSD task does not need to be running unlike other hacks. Adds the `MSP2_GET_OSD_WARNINGS` message formatted as follows: ``` byte description 0 Display attributes including blink (see displayPortAttr_e in drivers/display.h) 1 Length of warning text 2-n Warning text characters ``` |
||
---|---|---|
.. | ||
mcu | ||
build_verbosity.mk | ||
checks.mk | ||
linux.mk | ||
macosx.mk | ||
openocd.mk | ||
source.mk | ||
system-id.mk | ||
targets.mk | ||
targets_list.mk | ||
tools.mk | ||
windows.mk |