Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Jun 26, 2024
1 parent 196014f commit 9ae6faf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/UnitGesture/gesture/gesture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,12 @@ void loop() {
uint16_t x{}, y{};
unit.readNoMotionCount(nomot);
unit.readObjectSize(size);
unit.readObjectCenter(x,y);
unit.readObjectCenter(x, y);

M5_LOGI("%lu:gesture:%s noobject:%u nomotion:%u size:%u (%u,%u)",
unit.updatedMillis(), gesture_to_string(unit.gesture()),
noobj, nomot, size, x, y);
M5_LOGI(
"%lu:gesture:%s noobject:%u nomotion:%u size:%u (%u,%u)",
unit.updatedMillis(), gesture_to_string(unit.gesture()),
noobj, nomot, size, x, y);
}
unit.readNoObjectCount(noobj);
} break;
Expand Down

0 comments on commit 9ae6faf

Please sign in to comment.