Heltec-Aaron-Lee/WiFi_Kit_series

setRxFIFOFull

alexair777 opened this issue · 0 comments

Hi, is there a possibility to add the following function for the HardwareSerial.cpp / .h files for the ESP32 (Wireless Stick Lite V3)?

void HardwareSerial::setRxFIFOFull(uint8_t fifoBytes)
void setRxFIFOFull(uint8_t fifoBytes)

See also: https://github.com/espressif/arduino-esp32/tree/master/cores/esp32

Thanks a lot!