reduce startup time on ESP32
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -17,7 +17,7 @@ void SplashScreen::update(const uint64_t dt)
|
||||
{
|
||||
counter += dt;
|
||||
#ifndef ESP32
|
||||
if (counter > 200000)
|
||||
if (counter > 20)
|
||||
#else
|
||||
if (counter > 10)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user