mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
increase sniff log size
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user