Fix ExtUI onMeshUpdate event (#15477)
This commit is contained in:
committed by
Scott Lahteine
parent
56595a4c9c
commit
71526fa5ce
@ -88,6 +88,10 @@ namespace ExtUI {
|
||||
// This is called after the entire EEPROM has been read,
|
||||
// whether successful or not.
|
||||
}
|
||||
|
||||
void onMeshUpdate(const uint8_t xpos, const uint8_t ypos, const float zval) {
|
||||
// This is called when any mesh points are updated
|
||||
}
|
||||
}
|
||||
|
||||
#endif // EXTUI_EXAMPLE && EXTENSIBLE_UI
|
||||
|
Reference in New Issue
Block a user