diff options
author | Mike Beattie <mike@ethernal.org> | 2012-03-23 08:38:17 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-03-23 08:38:17 +1300 |
commit | 94d803a7482472cc98eac13a3a39bb1e745a1c6e (patch) | |
tree | 0e12aaf507b5d3432c866449cfdbb4a491665ddb /HouseControl.ino | |
parent | f08f36c6e0714a32ea450a20de3f9805d1222c51 (diff) |
Whitespace
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'HouseControl.ino')
-rw-r--r-- | HouseControl.ino | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/HouseControl.ino b/HouseControl.ino index cac3645..fffb56a 100644 --- a/HouseControl.ino +++ b/HouseControl.ino @@ -543,6 +543,7 @@ void loop() { httpServer.processConnection(); + /* Toggle Status LED so we know things are OK */ if (time != blinkTime) { blinkTime = time; |