Browse Source

Add OnPidTuning event to Malyan LCD (#17143)

All ExtUI LCDs need to keep up with ExtUI API changes.
nick-diel 4 years ago
parent
commit
7070ea0b49
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/lcd/extui_malyan_lcd.cpp

+ 1
- 0
Marlin/src/lcd/extui_malyan_lcd.cpp View File

@@ -483,6 +483,7 @@ namespace ExtUI {
483 483
   void onLoadSettings(const char*) {}
484 484
   void onConfigurationStoreWritten(bool) {}
485 485
   void onConfigurationStoreRead(bool) {}
486
+  void OnPidTuning(const result_t) {}
486 487
 }
487 488
 
488 489
 #endif // MALYAN_LCD

Loading…
Cancel
Save