Skip to content

Commit 7d24c46

Browse files
authored
Merge pull request #1459 from Noschvie/patch-10
Fix typo and format
2 parents 26ef602 + 7267426 commit 7d24c46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/PN532.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please note that although the datasheet mentions that the PN532 can be used on S
1919

2020
## Configuration
2121

22-
`#define USE_PN532_DATA_FUNCTION`
22+
`#define USE_PN532_DATA_FUNCTION`
2323
==This function is experimental.== There are limitations because it seems not all cards are supported by this driver and/or the PN532 module. See issue [4941](https://github.com/arendst/Tasmota/issues/4941) for more information. We are still researching the
2424

2525
### Wiring
@@ -33,16 +33,16 @@ After selecting the correct protocol mode and connecting the HSU TX/RX pins of t
3333

3434
| PN532 | ESP |
3535
|---|---|
36-
|GND |GND
37-
|VCC |3.3V
38-
|SDA |GPIOx
36+
|GND |GND
37+
|VCC |3.3V
38+
|SDA |GPIOx
3939
|SCL |GPIOy
4040

4141

4242
### Tasmota Settings
4343
In the **_Configuration -> Configure Module_** page assign:
4444

45-
- GPIOx to `PN532 Rx (139)`
45+
- GPIOx to `PN532 Rx (139)`
4646
- GPIOy to `PN532 Tx (138)`
4747

4848
The module will reboot when you save this configuration.
@@ -70,7 +70,7 @@ The output on the console will look similar to the below when a new card is dete
7070
18:23:25 MQT: stat/tasmota/RESULT = {"Event":"Done"}
7171
```
7272

73-
The UID of the card/tag is reported and any text stored in BLOCK 1 of a Mifare Classic card or PAGE4-7 of a NTAG card (up to 16 characters in length) is reported in the `DATA` field of the JSON sent via telemetry. Please note that the `DATA` field field can contain only printable chars.
73+
The UID of the card/tag is reported and any text stored in BLOCK 1 of a Mifare Classic card or PAGE4-7 of a NTAG card (up to 16 characters in length) is reported in the `DATA` field of the JSON sent via telemetry. Please note that the `DATA` field can contain only printable chars.
7474

7575
The content of the `DATA` on BLOCK 1 of a Mifare Classic (PAGE4-7 of a NTAG) card can be set as follows
7676

0 commit comments

Comments
 (0)