jlab-sensing / Rocketlogger-Firmware

MIT License
0 stars 0 forks source link

Add VWC calibration to client side #14

Closed jmadden173 closed 1 year ago

jmadden173 commented 1 year ago

The VWC shouldn't be stored on the server side, it should be something applied to the client side as it is counterintuitive to set the calibration for the cells in a different way than setting the names for each of the cells. It also adds more computation time either when displaying the data or when packets are received.

ahzired commented 1 year ago

Reverting change, calibration will be done on server side to reduce payload length.