diff --git a/src/BLE_Interface.cpp b/src/BLE_Interface.cpp index 762668c..cb488cc 100644 --- a/src/BLE_Interface.cpp +++ b/src/BLE_Interface.cpp @@ -28,7 +28,6 @@ portMUX_TYPE g_bleQueueMux = portMUX_INITIALIZER_UNLOCKED; void logBleDiag(const String &message) { Log(message); - Serial.println(message); } void buildBleDeviceName(char *nameBuffer, size_t bufferSize) diff --git a/src/main.cpp b/src/main.cpp index affb55b..4156b8b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -129,7 +129,6 @@ void protocolWrite(const String &message) void setup() { Serial.begin(115200); - Serial.println("Starting..."); Log("Starting..."); makeComInterface(); initHardware();