From 7ae6cd74cbd327212b8f32bf40e0a753f73dc008 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 23 May 2024 13:50:16 -0400 Subject: [PATCH] update bluetoothType=2 test --- src/ble_utils.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {