Ask yourself which one are needed to reach the desired funktionality of the sketch.
Line 34: for (int i =0;i<10;i++){ /*10 * 1 second delay*/
Line 36: delay(1000);
Line 67: delay(1000 * 60);
Line 89: delay(400);
Ask yourself which one are needed to reach the desired funktionality of the sketch.
Line 34: for (int i =0;i<10;i++){ /*10 * 1 second delay*/
Line 36: delay(1000);
Line 67: delay(1000 * 60);
Line 89: delay(400);