浏览代码

LCD status changed

When the lcd status changed it will be printed "LCD status changed" to serial line.
MartinPoupa 3 年之前
父节点
当前提交
c8c7563e8a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Firmware/ultralcd.cpp

+ 1 - 0
Firmware/ultralcd.cpp

@@ -8968,6 +8968,7 @@ void lcd_ignore_click(bool b)
 }
 
 void lcd_finishstatus() {
+  SERIAL_PROTOCOLLN("LCD status changed");
   int len = strlen(lcd_status_message);
   if (len > 0) {
     while (len < LCD_WIDTH) {