Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (#18590)

This commit is contained in:
ellensp
2020-07-08 23:28:32 +12:00
committed by GitHub
parent 1815866877
commit c2e0e61fe8
5 changed files with 10 additions and 2 deletions

View File

@ -21,6 +21,8 @@
*/
#pragma once
#define REVERSE_TEMP_SENSOR_RANGE_1010 1
// Pt1000 with 1k0 pullup
const temp_entry_t temptable_1010[] PROGMEM = {
PtLine( 0, 1000, 1000),

View File

@ -21,6 +21,8 @@
*/
#pragma once
#define REVERSE_TEMP_SENSOR_RANGE_1047 1
// Pt1000 with 4k7 pullup
const temp_entry_t temptable_1047[] PROGMEM = {
// only a few values are needed as the curve is very flat

View File

@ -21,6 +21,8 @@
*/
#pragma once
#define REVERSE_TEMP_SENSOR_RANGE_110 1
// Pt100 with 1k0 pullup
const temp_entry_t temptable_110[] PROGMEM = {
// only a few values are needed as the curve is very flat

View File

@ -21,6 +21,8 @@
*/
#pragma once
#define REVERSE_TEMP_SENSOR_RANGE_147 1
// Pt100 with 4k7 pullup
const temp_entry_t temptable_147[] PROGMEM = {
// only a few values are needed as the curve is very flat