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
This commit is contained in:
parent
940e626f3a
commit
20c6a448fa
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue