Configurable Thermistor (#13888)
This commit is contained in:
@ -31,8 +31,12 @@
|
||||
|
||||
#undef THERMISTOR_NAME
|
||||
|
||||
// User-specified thermistor parameters
|
||||
#if THERMISTOR_ID == 1000
|
||||
#define THERMISTOR_NAME "User Parameters"
|
||||
|
||||
// Thermcouples
|
||||
#if THERMISTOR_ID == -4
|
||||
#elif THERMISTOR_ID == -4
|
||||
#define THERMISTOR_NAME "AD8495"
|
||||
#elif THERMISTOR_ID == -3
|
||||
#define THERMISTOR_NAME "MAX31855"
|
||||
|
Reference in New Issue
Block a user