From b064c61f978828afbdb604b61f9415559b03dbd5 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Tue, 7 May 2019 06:28:35 +0000 Subject: [PATCH] Updated PN532 (markdown) --- PN532.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PN532.md b/PN532.md index 5af5f0e5..d6754815 100644 --- a/PN532.md +++ b/PN532.md @@ -18,7 +18,7 @@ Please make sure the breakout board you order has the HSU pins (SCL=TX and SDA=R The driver for the PN532 is not included in any of the default release binaries so you will need to compile your own binary for the purpose of using the PN532. -To enable it prior to compilation you need to uncomment the following one or more lines in your `my_user_config.h` file, depending on your use-case. +To enable it prior to compilation you need to uncomment the following one or more lines in your `my_user_config.h` file, depending on your use-case (Dont use Core 2.3.0, This core has [issues with software serial](https://github.com/arendst/Sonoff-Tasmota/wiki/Troubleshooting#arduino-core-differences)). Please note that the DATA field functionality has proven to work on some cards/tags but not all cards/tags - Please see Issue https://github.com/arendst/Sonoff-Tasmota/issues/4941 for more information about this.