mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-18 19:01:47 +03:00
fix key display newline
This commit is contained in:
parent
09a66e2285
commit
2d860b4a22
@ -718,7 +718,7 @@ void subghz_protocol_decoder_came_atomo_get_string(void* context, FuriString* ou
|
|||||||
furi_string_cat_printf(
|
furi_string_cat_printf(
|
||||||
output,
|
output,
|
||||||
"%s %db\r\n"
|
"%s %db\r\n"
|
||||||
"Key:0x%08lX%08lX\r\n"
|
"Key:%08lX%08lX\r\n"
|
||||||
"Sn:0x%08lX Btn:%01X\r\n"
|
"Sn:0x%08lX Btn:%01X\r\n"
|
||||||
"Pcl_Cnt:0x%04lX\r\n"
|
"Pcl_Cnt:0x%04lX\r\n"
|
||||||
"Btn_Cnt:0x%02X",
|
"Btn_Cnt:0x%02X",
|
||||||
|
Loading…
Reference in New Issue
Block a user