mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-29 00:09:19 +03:00
update changelog
This commit is contained in:
parent
9e4d7a0c9b
commit
8e9795eec0
@ -4,6 +4,7 @@
|
||||
* New Battery info (from @theeogflip) (PR #60)
|
||||
* NRFSniff: Adds unique count display (by @Graf3x) (PR #56)
|
||||
* Updated universal remote assets (by @Amec0e)
|
||||
* OFW: RFID app port to plain C
|
||||
* OFW: SubGhz: fix decoder keeloq
|
||||
* OFW: SubGhz: handle missing key in cryptostore. Lib: lower default display contrast.
|
||||
* OFW: Furi: wait for timer wind down in destructor
|
||||
|
@ -355,7 +355,7 @@ void subbrute_scene_run_attack_on_draw(Canvas* canvas, SubBruteState* context) {
|
||||
canvas_draw_str_aligned(canvas, 64, 24, AlignCenter, AlignTop, msg_index);
|
||||
|
||||
canvas_set_font(canvas, FontSecondary);
|
||||
char start_stop_msg[23];
|
||||
char start_stop_msg[20];
|
||||
snprintf(start_stop_msg, sizeof(start_stop_msg), " Press (^) to save ");
|
||||
if(context->is_attacking) {
|
||||
elements_button_center(canvas, "Stop");
|
||||
|
Loading…
Reference in New Issue
Block a user