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 93aa27f commit 63c860bCopy full SHA for 63c860b
cores/esp32/HardwareSerial.h
@@ -59,7 +59,7 @@ class HardwareSerial: public Stream
59
60
// onReceive will setup a callback for whenever UART data is received
61
// it will work as UART Rx interrupt
62
- void onReceive(void(*function)(void));
+ //void onReceive(void(*function)(void));
63
64
void begin(unsigned long baud, uint32_t config=SERIAL_8N1, int8_t rxPin=-1, int8_t txPin=-1, bool invert=false, unsigned long timeout_ms = 20000UL, uint8_t rxfifo_full_thrhd = 112);
65
void end(bool turnOffDebug = true);
0 commit comments