Browse Source
Add OnPidTuning event to Malyan LCD (#17143)
All ExtUI LCDs need to keep up with ExtUI API changes.
vanilla_fb_2.0.x
nick-diel
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
Marlin/src/lcd/extui_malyan_lcd.cpp
|
|
@ -483,6 +483,7 @@ namespace ExtUI { |
|
|
|
void onLoadSettings(const char*) {} |
|
|
|
void onConfigurationStoreWritten(bool) {} |
|
|
|
void onConfigurationStoreRead(bool) {} |
|
|
|
void OnPidTuning(const result_t) {} |
|
|
|
} |
|
|
|
|
|
|
|
#endif // MALYAN_LCD
|
|
|
|