We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a1ef6 commit fe1c366Copy full SHA for fe1c366
libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino
@@ -11,13 +11,11 @@
11
using an RS485 tranciver, connect another serial monitor to the RS485 port. Entering data on one terminal
12
should be displayed on the other terminal.
13
*/
14
-
15
-#include <HardwareSerial.h>
16
#include "hal/uart_types.h"
17
18
#define RS485_RX_PIN 16
19
#define RS485_TX_PIN 5
20
-#define RS485_RTS_PIN 37
+#define RS485_RTS_PIN 4
21
22
#define RS485 Serial1
23
0 commit comments