From 2fc2d7f4b6fffdf048eb240f87f2e4696e9cffad Mon Sep 17 00:00:00 2001 From: danielboe Date: Tue, 26 Nov 2024 11:12:36 +0100 Subject: [PATCH] more wait --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index b00be74..ed6e3d1 100644 --- a/server.js +++ b/server.js @@ -96,7 +96,7 @@ async function init() { if (displayCount < 1) { if (AUTOREBOOT) { console.log("[MAIN] no display found - Start projectors and reboot."); - delay(15000); + await delay(15000); await control.setBalenaWake(); } else { console.log("[MAIN] INIT - no display found");