mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
Alutech display text fixes
This commit is contained in:
parent
db012807f5
commit
81064f8e43
1 changed files with 4 additions and 5 deletions
|
@ -670,16 +670,15 @@ void subghz_protocol_decoder_alutech_at_4n_get_string(void* context, FuriString*
|
|||
|
||||
furi_string_cat_printf(
|
||||
output,
|
||||
"%s %d\r\n"
|
||||
"Key:0x%08lX%08lX%02X\r\n"
|
||||
"%s\r\n"
|
||||
"Key:0x%08lX%08lX\nCRC:%02X %dbit\r\n"
|
||||
"Sn:0x%08lX Btn:0x%01X\r\n"
|
||||
"Cnt:0x%03lX\r\n",
|
||||
|
||||
"Cnt:0x%04lX\r\n",
|
||||
instance->generic.protocol_name,
|
||||
instance->generic.data_count_bit,
|
||||
code_found_hi,
|
||||
code_found_lo,
|
||||
(uint8_t)instance->crc,
|
||||
instance->generic.data_count_bit,
|
||||
instance->generic.serial,
|
||||
instance->generic.btn,
|
||||
instance->generic.cnt);
|
||||
|
|
Loading…
Reference in a new issue