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 474edd3 commit 4e94855Copy full SHA for 4e94855
cores/esp32/HardwareSerial.h
@@ -348,8 +348,10 @@ class HardwareSerial : public Stream {
348
349
void setDebugOutput(bool);
350
351
- void setRxInvert(bool);
352
- void setTxInvert(bool);
+ bool setRxInvert(bool);
+ bool setTxInvert(bool);
353
+ bool setCtsInvert(bool);
354
+ bool setRtsInvert(bool);
355
356
// Negative Pin Number will keep it unmodified, thus this function can set individual pins
357
// setPins() can be called after or before begin()
0 commit comments