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

@@ -21,6 +21,7 @@
#include <gui/modules/byte_input.h>
#include <gui/modules/text_box.h>
#include <gui/modules/widget.h>
#include <gui/modules/variable_item_list.h>
#include <lib/nfc/nfc_types.h>
#include <lib/nfc/nfc_worker.h>
@@ -77,6 +78,7 @@ struct Nfc {
TextInput* text_input;
ByteInput* byte_input;
TextBox* text_box;
VariableItemList* variable_item_list;
Widget* widget;
DictAttack* dict_attack;
DetectReader* detect_reader;
@@ -92,6 +94,7 @@ typedef enum {
NfcViewTextInput,
NfcViewByteInput,
NfcViewTextBox,
NfcViewVarItemList,
NfcViewWidget,
NfcViewDictAttack,
NfcViewDetectReader,