Skip to content

Commit

Permalink
Improve Hormann BiSecur readability in SubGHz history, so that more o…
Browse files Browse the repository at this point in the history
…f the key bytes can be seen
  • Loading branch information
user890104 committed May 12, 2024
1 parent d119416 commit 39aa476
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/main/subghz/subghz_history.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ bool subghz_history_add_to_history(
break;
}
furi_string_cat(instance->tmp_string, text);
} else if(!strcmp(furi_string_get_cstr(instance->tmp_string), "Hormann BiSecur")) {
furi_string_set(instance->tmp_string, "HBS");
}
if(!flipper_format_rewind(item->flipper_string)) {
FURI_LOG_E(TAG, "Rewind error");
Expand Down

0 comments on commit 39aa476

Please sign in to comment.