This commit is contained in:
Empire
2023-08-02 21:45:36 +02:00
parent 5e16ca32e0
commit fbbbc5f5aa
3 changed files with 3 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ void log(int level, String message, int statusCode)
delete logTopic;
}
Serial << statusCode << "@" << level << " : " << message << endl;
Serial.flush();
}