Update ExtUI, add test under DUE (#15298)

This commit is contained in:
Scott Lahteine
2019-09-17 23:41:34 -05:00
committed by GitHub
parent b39ab3db37
commit b73744f9e7
5 changed files with 31 additions and 8 deletions

View File

@ -819,6 +819,9 @@ namespace ExtUI {
#endif
}
}
void onMeshUpdate(const uint8_t xpos, const uint8_t ypos, const float zval) {
UNUSED(xpos); UNUSED(ypos); UNUSED(zval);
}
#endif
#endif