We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d14fe commit 42c89a1Copy full SHA for 42c89a1
Firmware/OpenLog_Artemis/settings.h
@@ -105,7 +105,7 @@ struct struct_LPS28DFW {
105
struct struct_NAU7802 {
106
bool log = true;
107
float calibrationFactor = 1.0; //Value used to convert the load cell reading to lbs or kg. Default to 1 to avoid divide-by-zero
108
- long zeroOffset = 0; //Zero value that is found when scale is tared. Default to 0 so we get raw readings
+ int32_t zeroOffset = 0; //Zero value that is found when scale is tared. Default to 0 so we get raw readings
109
int decimalPlaces = 2;
110
int averageAmount = 4; //Number of readings to take per getWeight call
111
float calibrationWeight = 1.0; //Default scale calibration weight. User can adjust via the menu
0 commit comments