Update ExtUI, add test under DUE (#15298)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user