Skip to content

Commit 6fe2c6f

Browse files
authored
i think you meant PULSE_DISTANCE as the term to replace
1 parent 0f016ed commit 6fe2c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Protocols can be switched off and on by defining macros before the line `#includ
103103
- Callback after receiving a command - call your own code if a message was received.
104104

105105
# Converting your 3.x program to the 4.x version
106-
- You must replace `#define DECODE_DISTANCE_WIDTH` by `#define DECODE_DISTANCE_WIDTH` (only if you explicitly enabled this decoder).
106+
- You must replace `#define DECODE_DISTANCE` by `#define DECODE_DISTANCE_WIDTH` (only if you explicitly enabled this decoder).
107107

108108
## New features with version 3.x
109109
- **Any pin** can be used for sending -if `SEND_PWM_BY_TIMER` is not defined- and receiving.

0 commit comments

Comments
 (0)