From b3ffec3f173a4dcb4d9e604222a30215023e9880 Mon Sep 17 00:00:00 2001 From: SepTen3o <151617650+SeptentrioGNSS@users.noreply.github.com> Date: Wed, 7 Feb 2024 08:03:41 +0100 Subject: [PATCH] sbf.h: only overwrite Stream1 in the autoconfig instead of all --- src/sbf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbf.h b/src/sbf.h index 2974b21d..0b1aefed 100755 --- a/src/sbf.h +++ b/src/sbf.h @@ -53,7 +53,7 @@ #define SBF_CONFIG_BAUDRATE "setCOMSettings, %s, baud%d\n" -#define SBF_CONFIG_RESET "setSBFOutput, all, %s, none, off\n" +#define SBF_CONFIG_RESET "setSBFOutput, Stream1, %s, none, off\n" #define SBF_CONFIG_RECEIVER_DYNAMICS "setReceiverDynamics, %s, UAV\n"