Nfc: add nfc detection cli command (#379)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@ typedef enum {
|
||||
NfcViewRead,
|
||||
NfcViewEmulate,
|
||||
NfcViewField,
|
||||
NfcViewCli,
|
||||
NfcViewError,
|
||||
} NfcView;
|
||||
|
||||
@@ -29,6 +30,8 @@ void nfc_view_emulate_draw(Canvas* canvas, void* model);
|
||||
|
||||
void nfc_view_field_draw(Canvas* canvas, void* model);
|
||||
|
||||
void nfc_view_cli_draw(Canvas* canvas, void* model);
|
||||
|
||||
typedef struct {
|
||||
ReturnCode error;
|
||||
} NfcViewErrorModel;
|
||||
|
Reference in New Issue
Block a user