Closed sendhil2 closed 1 year ago
Biggest issue we (and by we I mean Gautam) have identified so far is that telemetry is reading its data from a structure that never gets updated. The fix is making it use a DataLogBuffer view instead of that struct. Should be simple enough
Also run clang-format whenever this PR is approved, I don't like Actions screaming at me
I think I've addressed all the concerns that have been brought up thus far.
@sendhil2 Run clang format on the branch (make sure the line limit is like 120 instead of 80)
clang format has been run
Why do we have Platformio build CI? It's not set up properly.
Why do we have Platformio build CI? It's not set up properly.
bypassing, it's outdated. will change later
This branch has changes that removed the "pointer_struct" that was everywhere. It also uses the sensor data structures that were implemented but not used. Additionally, FifoBuffer was further improved and replaced HistoryBuffer.