STATUS_MESSAGE_TIMEOUT_SEC (#23135)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Robby Candra
2022-03-26 06:34:20 +07:00
committed by GitHub
parent fd742616ba
commit b7ffcd6941
5 changed files with 31 additions and 2 deletions

View File

@@ -574,6 +574,10 @@
#warning "Contrast cannot be changed when LCD_CONTRAST_MIN >= LCD_CONTRAST_MAX."
#endif
#if PROGRESS_MSG_EXPIRE > 0 && HAS_STATUS_MESSAGE_TIMEOUT
#warning "It is recommended not to combine PROGRESS_MSG_EXPIRE with STATUS_MESSAGE_TIMEOUT_SEC."
#endif
/**
* FYSETC backlighting
*/