LennartHennigs / SimpleFSM

Arduino/ESP library to simplify setting up and running a state machine.
MIT License
66 stars 15 forks source link

fix memory problem #11

Closed bloodhoundmichael closed 11 months ago

bloodhoundmichael commented 12 months ago

No initial value for member "start" in constructor of "Transition".

See issue https://github.com/LennartHennigs/SimpleFSM/issues/9.

LennartHennigs commented 11 months ago

Thanks!