diff options
| -rw-r--r-- | mqttweightwatcher.ino | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mqttweightwatcher.ino b/mqttweightwatcher.ino index 057e798..e8e0e91 100644 --- a/mqttweightwatcher.ino +++ b/mqttweightwatcher.ino @@ -73,7 +73,8 @@ void setup() { connect(); LoadCell.begin(); - long stabilisingtime = 2000; // tare preciscion can be improved by adding a few seconds of stabilising time + long stabilisingtime = 1000; // tare preciscion can be improved by adding a few seconds of stabilising time + Serial.println("load cell start\n"); LoadCell.start(stabilisingtime); LoadCell.setCalFactor(68906.0); // user set calibration factor (float) Serial.println("Startup + tare is complete"); |
