diff --git a/src/ble_utils.cpp b/src/ble_utils.cpp index 0664f52..400734c 100644 --- a/src/ble_utils.cpp +++ b/src/ble_utils.cpp @@ -134,7 +134,9 @@ namespace BLE_Utils { } if (Config.bluetoothType == 0) { txBLE((byte)KissChar::Fend); - } + } else if (Config.bluetoothType == 2) { + txBLE('\n'); + } } void sendToPhone(const String& packet) {