mirror of
https://github.com/arwidcool/Solder-Plate.git
synced 2024-11-24 06:50:14 +01:00
aaa
This commit is contained in:
parent
a80a166372
commit
d3eafb2857
@ -161,7 +161,7 @@ public:
|
||||
|
||||
// startTemp => 20 or the targetTempAtEnd of the previous step
|
||||
|
||||
uint16_t startTimeMS = startTimes[STEPINDEX(curStep)] * 1000;
|
||||
uint32_t startTimeMS = startTimes[STEPINDEX(curStep)] * 1000;
|
||||
|
||||
uint32_t relativeElapsedTime = elapsedMS - startTimeMS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user