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

Current Data Page Expansion #459

Closed lydiathiel closed 2 months ago

lydiathiel commented 3 months ago

This contains my working and tested changes from Spring Quarter. This includes expanded tests, some visual changes on the CurrentData page, and slightly more specific time variable names.

In addition, this expands variables that are able to be viewed, as well as adding more to the editability list. Key values in calculating new target pH and temperature like RampHours are viewable and editable, but values involved in sine calculations are only visible. However, a backend framework has been put in place to receive PUT requests, though function calls are not yet implemented.

jgfoster commented 2 months ago

Replaced by #464.