aboutsummaryrefslogtreecommitdiff
path: root/src/cpp/lineGraph.cpp (follow)
AgeCommit message (Collapse)Author
2023-08-02lineGraph: add support for floating point valuesdodoradio
It seems that floats weren't previously supported due to a programming error on my part
2023-07-20Remove fileLoadStatusdodoradio
This was missed when the code was moved from sensorlogd, and caused issues as the bool would arbitrarily be true or false.
2023-07-02Rename hrgraph to linegraph because it's not actually heartrate specificArseniy Movshev