Nfc: add field testing (#1027)

* Nfc: add field cli command
* Nfc: add field test in debug menu
* Nfc: warning message for field tests
* Format sources
This commit is contained in:
あく
2022-03-16 15:57:13 +07:00
committed by GitHub
parent 76b737f411
commit 28888b0a22
6 changed files with 123 additions and 4 deletions

View File

@@ -32,7 +32,5 @@ void nfc_scene_emulate_apdu_sequence_on_exit(void* context) {
// Clear view
Popup* popup = nfc->popup;
popup_set_header(popup, NULL, 0, 0, AlignCenter, AlignBottom);
popup_set_text(popup, NULL, 0, 0, AlignCenter, AlignTop);
popup_set_icon(popup, 0, 0, NULL);
popup_reset(popup);
}