Simple Arduino Scheduler

@jbailey

My guess is that the command parser needs a larger stack than the default. You can give the stack size as a parameter when starting a task. It is also possible to increase the size of the main task if needed.

In any case, post your code and I will have a look. You can also use a PM.

Cheers!