Closed MathEnthusiast314 closed 1 year ago
Would be cool to add a condition so that the graph is saved every x minutes only when the subsequent "Calc" states of the graph differ from each other.
so like
if (Calcprev != Calc.getState()): save()
Added this!
Would be cool to add a condition so that the graph is saved every x minutes only when the subsequent "Calc" states of the graph differ from each other.