From d8e4a5b71da218293214acc9c9b6be2ccb095271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Thu, 16 Apr 2020 21:37:16 +0200 Subject: weather station + http time --- f050_loop.ino | 2 ++ 1 file changed, 2 insertions(+) (limited to 'f050_loop.ino') 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(); } -- cgit v1.2.3