Added display support for T-Beam, Heltec and LoRa32 boards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user