swimtracker-firmware/hardware/calibration.txt

9 lines
169 B
Plaintext

Old load cell
const int CONFIG_VALUE_DIVIDER = 128;
1kg ~= 700
=> overflow at 93 kg
New load cell
const int CONFIG_VALUE_DIVIDER = 8;
1 kg ~= 1100