Ver código fonte

Add OnPidTuning event to Malyan LCD (#17143)

All ExtUI LCDs need to keep up with ExtUI API changes.
nick-diel 4 anos atrás
pai
commit
7070ea0b49
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      Marlin/src/lcd/extui_malyan_lcd.cpp

+ 1
- 0
Marlin/src/lcd/extui_malyan_lcd.cpp Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar