HelTecAutomation / Heltec_ESP32

Arduino library for Heltec ESP32 (or ESP32+LoRa) based boards
Other
624 stars 223 forks source link

setRXFIFOFull #107

Open alexair777 opened 1 year ago

alexair777 commented 1 year ago

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!