|
@@ -3207,9 +3207,6 @@ uint8_t lcd_show_multiscreen_message_with_choices_and_wait_P(
|
|
current_selection = LCD_BUTTON_TIMEOUT;
|
|
current_selection = LCD_BUTTON_TIMEOUT;
|
|
goto exit;
|
|
goto exit;
|
|
}
|
|
}
|
|
- manage_heater();
|
|
|
|
- manage_inactivity(true);
|
|
|
|
-
|
|
|
|
if (abs(enc_dif - lcd_encoder_diff) >= ENCODER_PULSES_PER_STEP) {
|
|
if (abs(enc_dif - lcd_encoder_diff) >= ENCODER_PULSES_PER_STEP) {
|
|
if (msg_next == NULL) {
|
|
if (msg_next == NULL) {
|
|
if (third_choice) { // third_choice is not nullptr, safe to dereference
|
|
if (third_choice) { // third_choice is not nullptr, safe to dereference
|