We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1089263 commit 1cb12d1Copy full SHA for 1cb12d1
pio_workspace/src/thruster_tests_main.cpp
@@ -30,7 +30,7 @@ unsigned long t = 0;
30
void sensor_setup() {
31
LoadCell.begin();
32
float calibrationValue;
33
- calibrationValue = 696.0;
+ calibrationValue = 178.6;
34
unsigned long stabilizingtime = 2000;
35
boolean _tare = true;
36
LoadCell.start(stabilizingtime, _tare);
0 commit comments