VescUart icon indicating copy to clipboard operation
VescUart copied to clipboard

Replace HardwareSerial* with Stream* to use with Bluetooth

Open vasimv opened this issue 4 years ago • 0 comments

Thanks for your efforts. I've used your library for displaying stuff on an ESP32 module with LCD screen connected to VESC through bluetooth. No issues, but had to replace all HardwareSerial* to Stream* as BluetoothSerial object has Stream type. As i understand, there is no real need for a real serial port, so would be good to replace this in the code.

vasimv avatar May 21 '21 15:05 vasimv