Fixes issue that scale not calibrated message was not shown

There was no warning any more if the scale is not calibrated. This change fixes that.
This commit is contained in:
Jan Philipp Ecker
2025-08-08 16:16:39 +02:00
parent a7c99d3f26
commit 5509d98969
5 changed files with 85 additions and 86 deletions

View File

@@ -16,7 +16,6 @@ const uint8_t LOADCELL_DOUT_PIN = 16; //16;
const uint8_t LOADCELL_SCK_PIN = 17; //17;
const uint8_t calVal_eepromAdress = 0;
const uint16_t SCALE_LEVEL_WEIGHT = 500;
uint16_t defaultScaleCalibrationValue = 430;
// ***** HX711
// ***** TTP223 (Touch Sensor)