1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

[FL-3681] SubGhz: changed the name of the button when sending RAW to SubGHz (#3275)

This commit is contained in:
Skorpionm
2023-12-12 17:59:22 +04:00
committed by GitHub
parent 82baf1e923
commit 7b85e04462

View File

@@ -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: