Release V3.4
Skipped 3.3 due to number of issues.
- Added a option to set a minimum speed for when the minimumSpeedIncreasment will fire at first.
- Added baseThrottle and additionalSpeed to be able to easily adjust the calculatedSpeed within ThrottleSpeed.
- Added a kickDelay. This is the minimum time before another kick can be registered again.
- Switched to timers based on the millis() function. No memory exhaustion anymore!
- Added a DRIVEOUTSTATE to prevent false kicks after the boost has expired.
- Probably more changes, cleaned up a lot of stuff.