mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Update subghz_scene_set_seed.c
This commit is contained in:
@@ -11,7 +11,7 @@ void subghz_scene_set_seed_on_enter(void* context) {
|
|||||||
|
|
||||||
// Setup view
|
// Setup view
|
||||||
ByteInput* byte_input = subghz->byte_input;
|
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_set_result_callback(
|
||||||
byte_input,
|
byte_input,
|
||||||
subghz_scene_set_seed_byte_input_callback,
|
subghz_scene_set_seed_byte_input_callback,
|
||||||
|
|||||||
Reference in New Issue
Block a user