Merge pull request #4512 from jamesdehart/fix-spelling-temperature
Fix Spelling: temperature.cpp
@jamesdehart Thanks for the PR even a small community PR like this is very appreciated 🤗
This commit is contained in:
commit
ff42510a5c
|
|
@ -2676,7 +2676,7 @@ static bool autotune(int16_t cal_temp)
|
|||
set_fan_speed(speed);
|
||||
wait(10000);
|
||||
|
||||
sprintf_P(tm_message, PSTR("TM: R[%u] estimat."), (unsigned)i);
|
||||
sprintf_P(tm_message, PSTR("TM: R[%u] estimate."), (unsigned)i);
|
||||
lcd_setstatus_serial(tm_message);
|
||||
samples = record();
|
||||
if(temp_error_state.v || !samples)
|
||||
|
|
|
|||
Loading…
Reference in New Issue