diff --git a/src/main.cpp b/src/main.cpp index a5a196b..cb87daa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -143,7 +143,7 @@ void protocolWrite(const String &message) void setup() { Serial.begin(115200); - Log("Starting..."); + Serial.println("Starting..."); startWebInterface(); makeComInterface(); initHardware();