Skip to content

Commit

Permalink
Merge pull request #39 from TQMatvey/patch-1
Browse files Browse the repository at this point in the history
SubGhz: Fix Sd: being inside the Send button
  • Loading branch information
xMasterX authored Aug 1, 2022
2 parents 07590da + a159549 commit b47a71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/subghz/protocols/faac_slh.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion lib/subghz/protocols/keeloq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b47a71d

Please sign in to comment.