jscrane / UK101

Compukit UK101 hardware emulator on Stellarpad, ESP8266 and ESP32
GNU General Public License v2.0
7 stars 4 forks source link

TODO #1

Closed jscrane closed 4 months ago

jscrane commented 5 years ago
jscrane commented 5 years ago

Looks like the define for serial buffer size is AVR-specific.

HardwareSerial for esp8266 has a setRxBufferSize() API. This API doesn't seem to be available for the esp32.