We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a7ca3 commit c1f707fCopy full SHA for c1f707f
1 file changed
src/RS485.h
@@ -45,7 +45,11 @@
45
#define RS485_DEFAULT_RE_PIN 7
46
#elif defined(ARDUINO_UNO_Q)
47
// Support for Uno Q with the SPE Shield mounted
48
+#if defined ARDUINO_CONSOLE_SERIAL
49
+#define SERIAL_PORT_HARDWARE ARDUINO_CONSOLE_SERIAL
50
+#else
51
#define SERIAL_PORT_HARDWARE Serial
52
+#endif
53
#define RS485_DEFAULT_DE_PIN D8
54
#define RS485_DEFAULT_RE_PIN D7
55
#else
0 commit comments