wider limits on linear sensor

This commit is contained in:
Matthew Kennedy 2024-06-01 22:48:02 -07:00
parent eb8d222048
commit a914745ada
1 changed files with 2 additions and 2 deletions

View File

@ -359,9 +359,9 @@ end_struct
struct linear_sensor_s
adc_channel_e hwChannel;
float v1;;"volts", 1, 0, 0, 10, 2
float value1;;"kPa", 1, 0, 0, 1000000, 2
float value1;;"kPa", 1, 0, -100000, 100000, 2
float v2;;"volts", 1, 0, 0, 10, 2
float value2;;"kPa", 1, 0, 0, 1000000, 2
float value2;;"kPa", 1, 0, -100000, 100000, 2
end_struct
struct ThermistorConf