Skip to content

Commit 2da9a0c

Browse files
committed
Better comment
1 parent d2b0aaa commit 2da9a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libApp/temperature/Thermistor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void Thermistor::poll() {
5454
// calculate the device resistance
5555
float resistance;
5656

57-
// handle special case where we add a resistor (say 10k) parallel to the (say 10k 3950) thermistor
57+
// handle special case where we add a resistor (say 10k) parallel to the thermistor (say 10k 3950)
5858
#ifdef THERMISTOR_RPARALLEL
5959
float voltage = (counts/(float)ANALOG_READ_RANGE)*3.3F;
6060
float RtLow = settings[thermistorType].rNom/30.0F;

0 commit comments

Comments
 (0)