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
   void onLoadSettings(const char*) {}
483
   void onLoadSettings(const char*) {}
484
   void onConfigurationStoreWritten(bool) {}
484
   void onConfigurationStoreWritten(bool) {}
485
   void onConfigurationStoreRead(bool) {}
485
   void onConfigurationStoreRead(bool) {}
486
+  void OnPidTuning(const result_t) {}
486
 }
487
 }
487
 
488
 
488
 #endif // MALYAN_LCD
489
 #endif // MALYAN_LCD

Loading…
Cancel
Save