Init display before copying spiffs + shorter startscreen

This commit is contained in:
Stefan Kremser
2018-03-25 17:38:11 +02:00
parent f700cbab5d
commit 19dcf097b7
2 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ extern String replaceUtf8(String str, String r);
#define DRAW_INTERVAL 100 // 100ms = 10 FPS
#define CHARS_PER_LINE 17
#define SCROLL_SPEED 5
#define SCREEN_INTRO_TIME 3000
#define SCREEN_INTRO_TIME 2500
// ====================== //
struct Menu;