platform: esp8266: print startup reason on startup
This commit is contained in:
parent
9561b3f4a7
commit
31e4072305
@ -88,7 +88,7 @@ template<>
|
|||||||
void
|
void
|
||||||
PlatformImpl<HAL_ESP8266>::bootSplash()
|
PlatformImpl<HAL_ESP8266>::bootSplash()
|
||||||
{
|
{
|
||||||
Log.notice("ESP8266!");
|
Log.trace("ESP8266 startup reason: %d", Platform::bootopts.resetReason);
|
||||||
}
|
}
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
|
Loading…
Reference in New Issue
Block a user