Added start message.

This commit is contained in:
Holger Weber
2026-03-12 21:52:09 +01:00
parent 91a9794646
commit ada5370693

View File

@@ -143,7 +143,7 @@ void protocolWrite(const String &message)
void setup()
{
Serial.begin(115200);
Log("Starting...");
Serial.println("Starting...");
startWebInterface();
makeComInterface();
initHardware();