---- add initial weight control... for empty bottle of 100 g
This commit is contained in:
parent
f584581a32
commit
729e7f5594
Core/Src
|
@ -50,6 +50,7 @@ void sts_weight_scale(sts_sensor_t *sts_sensor_data)
|
|||
HAL_Delay(100);
|
||||
Get_GrossWeight();
|
||||
//HAL_Delay(2000);
|
||||
Get_NetWeight();
|
||||
}
|
||||
//HAL_Delay(2000);
|
||||
|
||||
|
|
Loading…
Reference in New Issue