PIDArduino icon indicating copy to clipboard operation
PIDArduino copied to clipboard

printGraph method changing colour

Open danielflataker opened this issue 7 years ago • 1 comments

In the PIDController::printGraph() method the setPoint line in the graph is green when using VERBOSE, but red when using NOVERBOSE. I want the output line to change colour instead of the setPoint. To do this, it needs to be called last. But the last print must be a println so the serial plotter know that "this was all the variables".

But after all, this issue isn't critical.

danielflataker avatar Nov 02 '18 18:11 danielflataker

It isn't tested yet, but it's probably working now. Closing issue after it's comfirmed.

danielflataker avatar Nov 13 '18 20:11 danielflataker