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 38b4474 commit 2b0672eCopy full SHA for 2b0672e
libraries/ESP32/examples/Serial/Serial_STD_Func_OnReceive/Serial_STD_Func_OnReceive.ino
@@ -89,7 +89,7 @@ void setup() {
89
// creating a loopback that will allow to write to TEST_UART number
90
// and send it to RX with no need to physically connect both pins
91
#if TEST_UART > 0
92
- uart_internal_loopback(TEST_UART, RXPIN);
+ uart_internal_loopback(TEST_UART, true);
93
#else
94
// when UART0 is used for testing, it is necessary to send data using the Serial Monitor/Terminal
95
// Data must be sent by the CP2102, manually using the Serial Monitor/Terminal
0 commit comments