Skip to content

Commit

Permalink
Squashed 'applications/external/' changes from 228d566302..e32be2d5fd
Browse files Browse the repository at this point in the history
e32be2d5fd SubGHz Bruteforcer: Fix one/two byte text
92aed8ff2d ESP Flasher: Update Marauder bins to v1.0.0

git-subtree-dir: applications/external
git-subtree-split: e32be2d5fd4840a7e77be946d6c54d0e62b94951
  • Loading branch information
RogueMaster committed Aug 13, 2024
1 parent 4eff21c commit 5b5d796
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions subghz_bruteforcer/views/subbrute_main_view.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ void subbrute_main_view_draw_is_byte_selected(Canvas* canvas, SubBruteMainViewMo

// Switch to another mode
if(model->two_bytes) {
elements_button_top_left(canvas, "One byte");
} else {
elements_button_top_left(canvas, "Two bytes");
} else {
elements_button_top_left(canvas, "One byte");
}
}

Expand Down

0 comments on commit 5b5d796

Please sign in to comment.