ESP work offline

The order is not critical, they all start counting down effectively at the same time (within a ms or less)… However the fact that they all try to run their respective functions at the exact same time (within a ms or less) does… bad code, bad :stuck_out_tongue_winking_eye: The timers should be staggered so as to allow time for each function to run before the next one starts.

Read the Staggering Timers: section of this post