From 2ad4e6ba71a9846e5c52e0b4848c25d875e35a6f Mon Sep 17 00:00:00 2001 From: skorya Date: Sun, 25 Jan 2026 21:17:01 +0200 Subject: [PATCH] Update vtx_smartaudio.c --- src/main/io/vtx_smartaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/io/vtx_smartaudio.c b/src/main/io/vtx_smartaudio.c index 7d5e213cce0..d4ff4cd7f60 100644 --- a/src/main/io/vtx_smartaudio.c +++ b/src/main/io/vtx_smartaudio.c @@ -62,7 +62,7 @@ static serialPort_t *smartAudioSerialPort = NULL; uint8_t saPowerCount = VTX_SMARTAUDIO_DEFAULT_POWER_COUNT; const char *saPowerNames[VTX_SMARTAUDIO_MAX_POWER_COUNT + 1] = { - "----", "25 ", "200 ", "500 ", "800 ", " ", " ", " ", " " + "25", "200 ", "500 ", "1000 ", "3000 ", " ", " ", " ", " " }; // Save powerlevels reported from SA 2.1 devices here