Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FL-2459, FL-2469]SubGhz: displaying a long name in RAW, launching files from subfolders, bugfix #1125

Merged
merged 9 commits into from
Apr 20, 2022
Prev Previous commit
Next Next commit
SubGhz: fix conflict
Skorpionm committed Apr 19, 2022
commit 4f2bfe50ef39118ccdaa20fe43406627d0b412a8
10 changes: 9 additions & 1 deletion applications/subghz/views/subghz_read_raw.c
Original file line number Diff line number Diff line change
@@ -236,7 +236,15 @@ void subghz_read_raw_draw(Canvas* canvas, SubGhzReadRAWModel* model) {
elements_button_center(canvas, "Send");
elements_button_right(canvas, "More");
elements_text_box(
canvas, 4, 20, 110, 30, AlignCenter, AlignCenter, string_get_cstr(model->file_name));
canvas,
4,
12,
110,
44,
AlignCenter,
AlignCenter,
string_get_cstr(model->file_name),
true);
break;

case SubGhzReadRAWStatusTX: