update readme and fix hex uppercase

This commit is contained in:
MX
2024-04-06 06:44:08 +03:00
parent 294df5d1d4
commit 52d97b9329
5 changed files with 34 additions and 29 deletions

View File

@@ -14,7 +14,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 SEED 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,