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 af9604e commit 2b44307Copy full SHA for 2b44307
src/RS485.h
@@ -51,10 +51,12 @@
51
#endif
52
53
#ifdef CUSTOM_RS485_DEFAULT_DE_PIN
54
+# undef RS485_DEFAULT_DE_PIN
55
# define RS485_DEFAULT_DE_PIN CUSTOM_RS485_DEFAULT_DE_PIN
56
57
58
#ifdef CUSTOM_RS485_DEFAULT_RE_PIN
59
+# undef RS485_DEFAULT_RE_PIN
60
# define RS485_DEFAULT_RE_PIN CUSTOM_RS485_DEFAULT_RE_PIN
61
62
0 commit comments