From 3af77ea470c97f58c0d99fef71f04fe36369a82a Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 27 Oct 2023 18:21:49 +1100 Subject: [PATCH] Blimp: tidy sending of queued generator messages --- Blimp/GCS_Mavlink.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Blimp/GCS_Mavlink.cpp b/Blimp/GCS_Mavlink.cpp index 50f14bf900..90feab831d 100644 --- a/Blimp/GCS_Mavlink.cpp +++ b/Blimp/GCS_Mavlink.cpp @@ -376,7 +376,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = { MSG_RPM, #endif MSG_ESC_TELEMETRY, +#if HAL_GENERATOR_ENABLED MSG_GENERATOR_STATUS, +#endif }; static const ap_message STREAM_PARAMS_msgs[] = { MSG_NEXT_PARAM