mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
[FL-3681] SubGhz: changed the name of the button when sending RAW to SubGHz (#3275)
This commit is contained in:
parent
82baf1e923
commit
7b85e04462
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ void subghz_read_raw_draw(Canvas* canvas, SubGhzReadRAWModel* model) {
|
|||
case SubGhzReadRAWStatusLoadKeyTX:
|
||||
case SubGhzReadRAWStatusLoadKeyTXRepeat:
|
||||
graphics_mode = 0;
|
||||
elements_button_center(canvas, "Send");
|
||||
elements_button_center(canvas, "Hold to repeat");
|
||||
break;
|
||||
|
||||
case SubGhzReadRAWStatusStart:
|
||||
|
|
Loading…
Reference in a new issue