mirror of https://github.com/arendst/Tasmota.git
Updated PN532 (markdown)
parent
1ac655bf06
commit
6fc597dbe1
2
PN532.md
2
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.
|
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 (dont use Core 2.3.0, the core has [issues with software serial](https://github.com/arendst/Sonoff-Tasmota/wiki/Troubleshooting#arduino-core-differences)).
|
To enable it prior to compilation you need to add the following one or more lines in your `user_config_override.h` file, depending on your use-case (don't use Core 2.3.0, the 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue