jmoore52 / SkywalkerRoaster

Artisian control of Skywalker Electric Coffee Roaster via Arduino.
GNU General Public License v3.0
56 stars 7 forks source link

Added multiple commands input #16

Closed cristianku closed 2 months ago

cristianku commented 3 months ago

Now its possible to send multiple commands separated by ;

For example OT2;50;OT1;100

mgmcderm commented 3 months ago

Thanks. Dummy question. How do I implement this change?

Krullus commented 2 months ago

There have been many changes, and I find it difficult to keep track of them. Why is everything marked with a C? Additionally, there are new changes that seem to require more hardware for e.g. BT and ET measurement? maybe that should be in another sketch? I will try to find original pull request for multiple commands. must be this alone ad528bb?

Krullus commented 2 months ago

I created a new branch from your commits and resolved the pull request.

Your original pull request has been resolved, and now it's possible to send multiple commands separated by a semicolon ;

For example: OT2;50;OT1;100.

Closing this pull request now