From 94b1a01f13b23b4dbc3885f5619a76b09603645a Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 15 Feb 2018 10:34:34 +0200 Subject: tempmodule: reduce power draw by not using the iled all the time. --- src/tempmodule/main.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tempmodule') diff --git a/src/tempmodule/main.ino b/src/tempmodule/main.ino index fd7d5d7..d5f6758 100644 --- a/src/tempmodule/main.ino +++ b/src/tempmodule/main.ino @@ -100,7 +100,7 @@ void loop(void) } indicator_update(data); - blink_led(iled, 20, 80); + delay(1000); ++ticker; } -- cgit v1.2.3