Add missing ExtUI method (#21763)

Fixes #21761
This commit is contained in:
ellensp 2021-05-02 12:42:38 +12:00 committed by Scott Lahteine
parent 2d9557cf40
commit 50195ec990

View File

@ -100,6 +100,10 @@ namespace ExtUI {
void onMeshUpdate(const int8_t xpos, const int8_t ypos, const_float_t zval) {
// Called when any mesh points are updated
}
void onMeshUpdate(const int8_t xpos, const int8_t ypos, probe_state_t state) {
// Called when any mesh points are updated
}
#endif
#if ENABLED(POWER_LOSS_RECOVERY)