mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
Update subghz_scene_set_seed.c
This commit is contained in:
parent
b42e645195
commit
03f5a45952
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ void subghz_scene_set_seed_on_enter(void* context) {
|
|||
|
||||
// Setup view
|
||||
ByteInput* byte_input = subghz->byte_input;
|
||||
byte_input_set_header_text(byte_input, "Enter COUNTER in hex");
|
||||
byte_input_set_header_text(byte_input, "Enter SEED in hex");
|
||||
byte_input_set_result_callback(
|
||||
byte_input,
|
||||
subghz_scene_set_seed_byte_input_callback,
|
||||
|
|
Loading…
Reference in a new issue