We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f016ed commit 6fe2c6fCopy full SHA for 6fe2c6f
README.md
@@ -103,7 +103,7 @@ Protocols can be switched off and on by defining macros before the line `#includ
103
- Callback after receiving a command - call your own code if a message was received.
104
105
# 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).
+- You must replace `#define DECODE_DISTANCE` by `#define DECODE_DISTANCE_WIDTH` (only if you explicitly enabled this decoder).
107
108
## New features with version 3.x
109
- **Any pin** can be used for sending -if `SEND_PWM_BY_TIMER` is not defined- and receiving.
0 commit comments