Remove redundant Serial.println calls in BLE and main interfaces for cleaner logging
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user