tinkerspy / Automaton

Reactive State Machine Framework for Arduino
https://github.com/tinkerspy/Automaton/wiki
MIT License
374 stars 63 forks source link

Machine template editor regenerate after import #93

Open sjernigan opened 9 months ago

sjernigan commented 9 months ago

After I import an existing machine into the template editor and make changes, how do I get it to update the generated files. So far it doesn't seem to be changing anything.

gmkado commented 9 months ago

Same thing here, I get the same file back without any of the changes. Too bad, seems like a useful feature if it worked.

I noticed if you just upload the hpp file (and not the cpp file), it will generate the new template code. Then you can download and manually merge them.