1
0
Fork 0
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:
Marcin Baliniak 2016-09-23 00:56:27 +02:00
parent 77566f8721
commit a8a5b72f29
2 changed files with 19 additions and 10 deletions

View file

@ -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);