Fix Spelling: temperature.cpp

While running the temperature calibration. I happen to notice the `estimate` was spelled `estimat`.
This commit is contained in:
James DeHart 2023-11-25 15:28:18 -07:00 committed by GitHub
parent 9f9bb12eeb
commit e2a60be029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)