Fix MULTI_NAMES len...

This commit is contained in:
pascallanger
2019-10-17 22:35:43 +02:00
parent 6a83cb5577
commit 2154b75499
3 changed files with 3 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ static void multi_send_status()
{
#ifdef MULTI_NAMES
if(multi_protocols_index != 0xFF)
multi_send_header(MULTI_TELEMETRY_STATUS, 25);
multi_send_header(MULTI_TELEMETRY_STATUS, 24);
else
#endif
multi_send_header(MULTI_TELEMETRY_STATUS, 6);