Why are we setting timer for pressure and PWM controls? Isn't it only applicable in flow control? And why aren't we resetting exempt flag in same place as timer?
I think this function should return TRUE if exempt (we are in first 10 seconds of flow control from off state). All criteria checked here in this function.
Add def aut(name, *args): """ Joins the executable name and argument into a single command string """ return " ".join((name, *args)) function in utility.py and using it main script startApplication(utility.aut("leahi", "-E")) as per comment