mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-13 19:43:34 -07:00
Update bt settings editors titles
This commit is contained in:
@@ -23,7 +23,7 @@ void bad_kb_scene_config_mac_on_enter(void* context) {
|
||||
|
||||
// Setup view
|
||||
ByteInput* byte_input = bad_kb->byte_input;
|
||||
byte_input_set_header_text(byte_input, "Enter new MAC address");
|
||||
byte_input_set_header_text(byte_input, "Set BT MAC address");
|
||||
byte_input_set_result_callback(
|
||||
byte_input,
|
||||
bad_kb_scene_config_mac_byte_input_callback,
|
||||
|
||||
@@ -10,7 +10,7 @@ void bad_kb_scene_config_name_on_enter(void* context) {
|
||||
BadKbApp* bad_kb = context;
|
||||
TextInput* text_input = bad_kb->text_input;
|
||||
|
||||
text_input_set_header_text(text_input, "Set BLE adv name");
|
||||
text_input_set_header_text(text_input, "Set BT device name");
|
||||
|
||||
text_input_set_result_callback(
|
||||
text_input,
|
||||
|
||||
Reference in New Issue
Block a user