Your for loop and timer are backwards to each other. The timer should trigger the for loop once per delayTime, not have the for loop run every time through loop then do the timer. Swap the over so the for loop is inside the timer.
Your for loop and timer are backwards to each other. The timer should trigger the for loop once per delayTime, not have the for loop run every time through loop then do the timer. Swap the over so the for loop is inside the timer.