summaryrefslogtreecommitdiffstats
path: root/f050_loop.ino
diff options
context:
space:
mode:
Diffstat (limited to 'f050_loop.ino')
-rw-r--r--f050_loop.ino2
1 files changed, 2 insertions, 0 deletions
diff --git a/f050_loop.ino b/f050_loop.ino
index 8baca32..bf3deb0 100644
--- a/f050_loop.ino
+++ b/f050_loop.ino
@@ -1,4 +1,6 @@
void loop() {
+ // loop must take less than a minute!
server.handleClient();
ftpSrv.handleFTP();
+ weatherHeartbeat();
}