1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Configuration Menu System support for external OSD

A quick hack to support config menu on external OSD, consisiting of:

- CMS-OSD partial separation (CMS and OSD reside in a same file: osd.c)
- MSP message injection (take it as server-push in client-server model)
This commit is contained in:
jflyper 2016-10-19 02:39:52 +09:00
parent 1d6240c9d5
commit 6793692217
13 changed files with 1027 additions and 662 deletions

1
src/main/io/cms.h Normal file
View file

@ -0,0 +1 @@
void cmsHandler(uint32_t);