Merge branch 'dev' into unit

This commit is contained in:
Magnus 2022-11-30 23:20:28 +01:00
commit b79e5b5d73

View File

@ -133,12 +133,6 @@ void setup() {
LOG_PERF_START("main-setup");
runtimeMillis = millis();
#if LOG_LEVEL == 6 && !defined(MAIN_DISABLE_LOGGING)
// Add a delay so that serial is started.
// delay(3000);
#endif
delay(2000);
// Main startup
#if defined(ESP8266)
Log.notice(F("Main: Started setup for %s." CR),