mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Added display support for T-Beam, Heltec and LoRa32 boards
This commit is contained in:
parent
d2dab8c65e
commit
3b0658aaf5
3 changed files with 28 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue