|
@@ -99,7 +99,8 @@
|
99
|
99
|
#else //no LCD
|
100
|
100
|
FORCE_INLINE void lcd_update() {}
|
101
|
101
|
FORCE_INLINE void lcd_init() {}
|
102
|
|
- FORCE_INLINE void lcd_setstatus(const char* message) {}
|
|
102
|
+ FORCE_INLINE void lcd_setstatus(const char* message, const bool persist=false) {}
|
|
103
|
+ FORCE_INLINE void lcd_setstatuspgm(const char* message, const uint8_t level=0) {}
|
103
|
104
|
FORCE_INLINE void lcd_buttons_update() {}
|
104
|
105
|
FORCE_INLINE void lcd_reset_alert_level() {}
|
105
|
106
|
FORCE_INLINE void lcd_buzz(long duration,uint16_t freq) {}
|