Fixed NFC

This commit is contained in:
VerstreuteSeele
2023-01-02 12:34:00 +01:00
parent e78156d5a8
commit b54c6c70d5
39 changed files with 1685 additions and 144 deletions

View File

@@ -22,7 +22,7 @@ void nfc_scene_save_name_on_enter(void* context) {
} else {
nfc_text_store_set(nfc, nfc->dev->dev_name);
}
text_input_set_header_text(text_input, "Name the card");
text_input_set_header_text(text_input, "Name The Card");
text_input_set_result_callback(
text_input,
nfc_scene_save_name_text_input_callback,