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:
3d-gussner 2023-11-28 08:54:15 +01:00 committed by GitHub
commit ff42510a5c
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)