increased hpa current limit
This commit is contained in:
parent
98ec92a880
commit
b18cb0cb64
@ -152,7 +152,7 @@ static constexpr double DFT_MPA_I_UPPER_BOUND = 650.0;
|
||||
|
||||
static constexpr double DFT_HPA_U_LOWER_BOUND = 9.4;
|
||||
static constexpr double DFT_HPA_U_UPPER_BOUND = 11.0;
|
||||
static constexpr double DFT_HPA_I_UPPER_BOUND = 3000.0;
|
||||
static constexpr double DFT_HPA_I_UPPER_BOUND = 3800.0;
|
||||
|
||||
// Wait time in floating point seconds
|
||||
static constexpr double DFT_SSR_TO_DRO_WAIT_TIME = 5.0;
|
||||
|
Loading…
Reference in New Issue
Block a user