Skip to content

Commit 1cb12d1

Browse files
committed
added correct calibration value
1 parent 1089263 commit 1cb12d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pio_workspace/src/thruster_tests_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ unsigned long t = 0;
3030
void sensor_setup() {
3131
LoadCell.begin();
3232
float calibrationValue;
33-
calibrationValue = 696.0;
33+
calibrationValue = 178.6;
3434
unsigned long stabilizingtime = 2000;
3535
boolean _tare = true;
3636
LoadCell.start(stabilizingtime, _tare);

0 commit comments

Comments
 (0)