diff options
Diffstat (limited to 'mqttweightwatcher.ino')
| -rw-r--r-- | mqttweightwatcher.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mqttweightwatcher.ino b/mqttweightwatcher.ino index a495ed4..4e9cafb 100644 --- a/mqttweightwatcher.ino +++ b/mqttweightwatcher.ino @@ -71,7 +71,7 @@ void setup_mqtt() { void setup_loadcell() { Serial.println("Loadcell setup"); LoadCell.begin(); - long stabilisingtime = 1000; // tare preciscion can be improved by adding a few seconds of stabilising time + long stabilisingtime = 800; // tare preciscion can be improved by adding a few seconds of stabilising time Serial.println("Loadcell stabilize"); LoadCell.start(stabilisingtime); Serial.print("Loadcell set scale: "); |
