From 20c6a448fad0fded4c3b0d6bf34d14686662d5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sun, 2 Apr 2023 11:13:39 +0000 Subject: [PATCH] PFW-1504 Don't clear Status line on Deinit Status line code should decide what to render next Change in memory: Flash: -12 bytes SRAM: 0 bytes --- Firmware/mmu2_reporting.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Firmware/mmu2_reporting.cpp b/Firmware/mmu2_reporting.cpp index 1959133ef..31ded00e3 100644 --- a/Firmware/mmu2_reporting.cpp +++ b/Firmware/mmu2_reporting.cpp @@ -290,7 +290,6 @@ void TryLoadUnloadProgressbarDeinit() { // Delay the next status message just so // the user can see the results clearly lcd_reset_status_message_timeout(); - lcd_clearstatus(); } void TryLoadUnloadProgressbar(uint8_t col, bool sensorState) {