diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-02-24 19:22:53 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-02-24 19:22:53 +0100 |
commit | 9425482f8257e44ed266745565c4dec1bdae039b (patch) | |
tree | af1110a32515e26a494e6bb73447bf9f19942dde /code | |
parent | c5ebd16992dde2700d70333f22772999256903ee (diff) |
Fix logging sketch
Diffstat (limited to 'code')
-rw-r--r-- | code/008-logging.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/008-logging.js b/code/008-logging.js index d5cb2a3..971767b 100644 --- a/code/008-logging.js +++ b/code/008-logging.js @@ -26,7 +26,7 @@ setWatch(function(e) { }, 4000); }, BTN, { repeat: true, edge: 'rising' }); -setTimeout(function() { +setInterval(function() { dht.read(function(data) { entry = "- {time: " + Date.now() + |