Added display support for T-Beam, Heltec and LoRa32 boards

This commit is contained in:
Mark Qvist 2022-10-30 21:15:43 +01:00
parent d2dab8c65e
commit 3b0658aaf5
3 changed files with 28 additions and 4 deletions

View file

@ -461,7 +461,6 @@ void serial_write(uint8_t byte) {
if (bt_state != BT_STATE_CONNECTED) {
Serial.write(byte);
} else {
Serial.printf("BT Echo: %02X\n", byte);
SerialBT.write(byte);
}
#else