mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
Fixed some small bugs and some new menu items
This commit is contained in:
parent
77566f8721
commit
a8a5b72f29
2 changed files with 19 additions and 10 deletions
|
@ -1197,7 +1197,7 @@ static bool processOutCommand(uint8_t cmdMSP)
|
|||
|
||||
case MSP_OSD_CONFIG:
|
||||
#ifdef OSD
|
||||
headSerialReply(8 + (OSD_MAX_ITEMS * 2));
|
||||
headSerialReply(10 + (OSD_MAX_ITEMS * 2));
|
||||
serialize8(1); // OSD supported
|
||||
// send video system (AUTO/PAL/NTSC)
|
||||
serialize8(masterConfig.osdProfile.video_system);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue