wider limits on linear sensor

This commit is contained in:
Matthew Kennedy 2024-06-02 01:48:02 -04:00 committed by rusefillc
parent 97746492f0
commit 8a72114936
1 changed files with 2 additions and 2 deletions

View File

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