diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/phNfcConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index 9f6d51f..2e898f9 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -141,7 +141,7 @@ /**< Default Session ID for Initialisation */ #ifndef DEFAULT_SESSION -#define DEFAULT_SESSION "NXP-NFC1" +#define DEFAULT_SESSION "goog3" #endif @@ -323,7 +323,7 @@ /**< Macro to Enable the Peer to Peer Feature */ #define ENABLE_P2P -#define DEFAULT_NFCIP_MODE_SUPPORT 0x0EU +#define DEFAULT_NFCIP_MODE_SUPPORT 0x0FU /**< Macro to Enable the ISO14443-B Feature */ |