We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b0aaa commit 2da9a0cCopy full SHA for 2da9a0c
src/libApp/temperature/Thermistor.cpp
@@ -54,7 +54,7 @@ void Thermistor::poll() {
54
// calculate the device resistance
55
float resistance;
56
57
- // handle special case where we add a resistor (say 10k) parallel to the (say 10k 3950) thermistor
+ // handle special case where we add a resistor (say 10k) parallel to the thermistor (say 10k 3950)
58
#ifdef THERMISTOR_RPARALLEL
59
float voltage = (counts/(float)ANALOG_READ_RANGE)*3.3F;
60
float RtLow = settings[thermistorType].rNom/30.0F;
0 commit comments