This commit is contained in:
2025-01-04 23:03:10 -05:00
parent 1ff483386b
commit 1f810fa2ef
3 changed files with 2 additions and 2 deletions

View File

View File

@@ -1 +1 @@
b05a921fe5a7cd42859ebb0b7536a24c39060f86
1ff483386ba19719e47c6b8eb744daeefc5094f0

View File

@@ -96,7 +96,7 @@ void sendData (void) {
buffer.motor3_rpm_pcm = 0;
buffer.motor4_rpm_pcm = 0;
get_joystick_xy(&buffer.x_axis, &buffer.y_axis);
get_joystick_xy(buffer.x_axis, buffer.y_axis);
// Display brief summary of data being sent.
ESP_LOGI(TAG, "Joystick (x,y) position ( %d, %d )", buffer.x_axis, buffer.y_axis);