diff --git a/src/platform/arduino/esp8266/Platform.cpp b/src/platform/arduino/esp8266/Platform.cpp index f1ffb91..097a6de 100644 --- a/src/platform/arduino/esp8266/Platform.cpp +++ b/src/platform/arduino/esp8266/Platform.cpp @@ -88,7 +88,7 @@ template<> void PlatformImpl::bootSplash() { - Log.notice("ESP8266!"); + Log.trace("ESP8266 startup reason: %d", Platform::bootopts.resetReason); } template<>