From a15954910e95c762d09641623eb957333da2ade2 Mon Sep 17 00:00:00 2001 From: TQMatvey Date: Mon, 1 Aug 2022 14:52:28 +0700 Subject: [PATCH] SubGhz: Fix Sd: being inside the Send button --- lib/subghz/protocols/faac_slh.c | 2 +- lib/subghz/protocols/keeloq.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/subghz/protocols/faac_slh.c b/lib/subghz/protocols/faac_slh.c index eef574303..87b262caf 100644 --- a/lib/subghz/protocols/faac_slh.c +++ b/lib/subghz/protocols/faac_slh.c @@ -492,7 +492,7 @@ void subghz_protocol_decoder_faac_slh_get_string(void* context, string_t output) "Key:%lX%08lX\r\n" "Fix:%08lX Cnt:%05X\r\n" "Hop:%08lX Btn:%lX\r\n" - "Sn:%07lX Sd:%08lX", + "Sn:%07lX\nSd:%08lX", instance->generic.protocol_name, instance->generic.data_count_bit, (uint32_t)(instance->generic.data >> 32), diff --git a/lib/subghz/protocols/keeloq.c b/lib/subghz/protocols/keeloq.c index 337f48b43..69341d070 100644 --- a/lib/subghz/protocols/keeloq.c +++ b/lib/subghz/protocols/keeloq.c @@ -940,7 +940,7 @@ void subghz_protocol_decoder_keeloq_get_string(void* context, string_t output) { "Key:%08lX%08lX\r\n" "Fix:0x%08lX Cnt:%04X\r\n" "Hop:0x%08lX Btn:%01lX\r\n" - "MF:%s Sd:0x%08lX\r\n", + "MF:%s\nSd:0x%08lX\r\n", instance->generic.protocol_name, instance->generic.data_count_bit, code_found_hi,