Fix Startup routine

This commit is contained in:
britzelpuf
2022-03-24 12:23:01 +01:00
committed by GitHub
parent 35b15c92e0
commit 8a48ff35d4

View File

@@ -158,6 +158,7 @@ function HandleMessage(typ: string, method: string, page: number, words: Array<s
case "startup":
UnsubscribeWatcher();
HandleStartupProcess();
GeneratePage(config.pages[0]);
break;
case "buttonPress2":
HandleButtonEvent(words);