Skip to content

Commit

Permalink
Scale Bugfix: Always store both calibration factors
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSperrle committed Jan 21, 2024
1 parent 0318552 commit d82f445
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ typedef enum
STO_ITEM_STANDBY_MODE_ON, // Enable tandby mode
STO_ITEM_STANDBY_MODE_TIME, // Time until heater is turned off
STO_ITEM_SCALE_CALIBRATION_FACTOR, // Calibration factor for scale
#if SINGLE_HX711 == 0
STO_ITEM_SCALE2_CALIBRATION_FACTOR, // Calibration factor for scale 2
#endif
STO_ITEM_SCALE_KNOWN_WEIGHT, // Calibration weight for scale
STO_ITEM_RESERVED_30, // reserved
STO_ITEM_RESERVED_21, // reserved
Expand Down

0 comments on commit d82f445

Please sign in to comment.