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

Sine Editability- Flutter App Current Data Page #460

Closed lydiathiel closed 2 months ago

lydiathiel commented 3 months ago

This draft pull request contains proposed changes to implement both pH and Temperature sine value editability from the Flutter app's current data page.

The current version frequently has a bug with values increasing significantly, creating memory out of bounds errors. To prevent this from crashing I have expanded the buffer_size from 10 to 200 in TC_util.cpp to allow for further debugging. char large_buffer[buffer_size + 200];

jgfoster commented 2 months ago

Replaced by #465.