Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix long-press LCD inactivity timeout
Fixes MarlinFirmware#3715 When a long-press is triggered, the LCD inactivity timer needs to be restarted. This is done with lcd_timeoutToStatus.start() This also fixes situations where a long-press is triggered, and the timer times out immediately (because it was not reset properly) Change in memory: Flash: +8 bytes SRAM: 0 bytes
- Loading branch information