From d6292768a90e761dde91c52debbacb186e96634e Mon Sep 17 00:00:00 2001 From: l0sted Date: Mon, 15 Oct 2018 00:05:21 +0300 Subject: [PATCH] powersaving --- frontend.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend.ino b/frontend.ino index 9c8773f..7968b02 100644 --- a/frontend.ino +++ b/frontend.ino @@ -62,6 +62,9 @@ void loop(){ lastBeep = timeClient.getHours()*60; netTasks(); } + else { + delay(750); + } } //====================IN PROGRESS=================== void netTasks() {