increase sniff log size

This commit is contained in:
g3gg0.de
2023-01-21 01:51:36 +01:00
parent 00f8365954
commit c1430bd97e
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#include "../nfc_i.h" #include "../nfc_i.h"
#define NFC_SCENE_EMULATE_NFCV_LOG_SIZE_MAX (200) #define NFC_SCENE_EMULATE_NFCV_LOG_SIZE_MAX (800)
enum { enum {
NfcSceneNfcVSniffStateWidget, NfcSceneNfcVSniffStateWidget,

View File

@@ -836,7 +836,8 @@ void nfcv_emu_sniff_packet(
switch(ctx->command) { switch(ctx->command) {
case ISO15693_INVENTORY: { case ISO15693_INVENTORY: {
snprintf(nfcv_data->last_command, sizeof(nfcv_data->last_command), "INVENTORY"); snprintf(
nfcv_data->last_command, sizeof(nfcv_data->last_command), "%s INVENTORY", flags_string);
break; break;
} }