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

@@ -22,6 +22,7 @@
#define NVS_NAMESPACE_SCALE "scale"
#define NVS_KEY_CALIBRATION "cal_value"
#define NVS_KEY_AUTOTARE "auto_tare"
#define SCALE_DEFAULT_CALIBRATION_VALUE 430.0f;
#define BAMBU_USERNAME "bblp"