G4 shows status message only if no message is set already
- Address issue raised in #1961
This commit is contained in:
parent
c5a1b227a4
commit
ce142afdda
3 changed files with 6 additions and 2 deletions
|
|
@ -8,6 +8,7 @@
|
|||
int lcd_strlen_P(const char *s);
|
||||
void lcd_update();
|
||||
void lcd_init();
|
||||
bool lcd_hasstatus();
|
||||
void lcd_setstatus(const char* message, const bool persist=false);
|
||||
void lcd_setstatuspgm(const char* message, const uint8_t level=0);
|
||||
void lcd_setalertstatuspgm(const char* message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue