Kaynağa Gözat

TM: Consume LCD click after calibration

Consume any pending LCD click after the temperature model calibration.
Since we're already in the status menu, the usual consume action is not
done automatically here.
Yuri D'Elia 2 yıl önce
ebeveyn
işleme
31ea48246a
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Firmware/temperature.cpp

+ 1 - 0
Firmware/temperature.cpp

@@ -2904,6 +2904,7 @@ void temp_model_autotune(int16_t temp, bool selftest)
         temp_model_report_settings();
     }
 
+    lcd_consume_click();
     menu_unset_block(MENU_BLOCK_TEMP_MODEL_AUTOTUNE);
 }