1 2 3 4 5 6
void loop() { // loop must take less than a minute! server.handleClient(); ftpSrv.handleFTP(); weatherHeartbeat(); }