From 1eeffaed4a7695244a158aa5c36bb42f7c65c81c Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Mon, 14 Sep 2020 12:28:58 +0100 Subject: [PATCH] set time on startup --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 589844c..7d9dd81 100644 --- a/app.js +++ b/app.js @@ -9,6 +9,7 @@ const lcd = require('./libs/lcd') async function main() { lcd.clearScreen() await lcd.intro() + lcd.time() setInterval(lcd.time, 55000) setInterval(hotwater.getStatus, 5000)