mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
SubGhz: Fix Sd: being inside the Send button
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user