Skip to content

Commit

Permalink
more wait
Browse files Browse the repository at this point in the history
  • Loading branch information
smarthomeagentur committed Nov 26, 2024
1 parent 19a27b1 commit 2fc2d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 2fc2d7f

Please sign in to comment.