Open-Acidification / TankController

Arduino and web GUI source code for the Open Acidification tank controller (pH-stat unit).
https://open-acidification.github.io/
Mozilla Public License 2.0
8 stars 33 forks source link

Add support for ignore bad thermal correction #449

Closed jgfoster closed 6 months ago

jgfoster commented 6 months ago

Occassionally a user will accidentally enter a bad pH slope. When we see a value that seems wrong we will prompt the user to confirm that it should be saved. If so, then we set a flag for "ignore bad pH slope." It is possible for a user to make a similar mistake when entering a temperature calibration and we should have a similar prompt and saved flag.

je-foster commented 6 months ago

Can we consolidate this issue with #404 ?

jgfoster commented 6 months ago

Yes, this is a duplicate of #404.