Followup to meshCount patch

This commit is contained in:
Scott Lahteine
2019-11-20 04:57:04 -06:00
parent e81b946f06
commit ab9f0f2c4f
3 changed files with 3 additions and 4 deletions

View File

@ -89,7 +89,7 @@ namespace ExtUI {
// whether successful or not.
}
void onMeshUpdate(const uint8_t xpos, const uint8_t ypos, const float zval) {
void onMeshUpdate(const int8_t xpos, const int8_t ypos, const float zval) {
// This is called when any mesh points are updated
}
}