enhance minAcPressure and maxAcPressure definitions #6570

This commit is contained in:
kifir 2024-06-18 19:17:33 +03:00 committed by rusefillc
parent 66da250187
commit 930fc4c155
1 changed files with 2 additions and 2 deletions

View File

@ -1690,8 +1690,8 @@ int anotherCiTest
uint8_t mc33810Maxi;Maximum coil charge current, 1A step;"A", 1, 0, 6, 21, 0
linear_sensor_s acPressure
uint16_t minAcPressure
uint16_t maxAcPressure
uint16_t minAcPressure;value of A/C pressure in kPa before that compressor is disengaged;"kPa", 1, 0, 0, 500, 3
uint16_t maxAcPressure;value of A/C pressure in kPa after that compressor is disengaged;"kPa", 1, 0, 0, 500, 3
#define END_OF_CALIBRATION_PADDING 174
uint8_t[END_OF_CALIBRATION_PADDING] unusedOftenChangesDuringFirmwareUpdate;;"units", 1, 0, 0, 1, 0