Skip to content

Commit 776f662

Browse files
committed
fix braccio being slow responding to commands
1 parent 59f83d7 commit 776f662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Controlling_Manually_Braccio/Controlling_Manually_Braccio.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ void directionScreen(void)
174174

175175
lv_obj_add_event_cb(directional, eventHandlerDirectional, LV_EVENT_ALL, NULL);
176176

177-
// delay(50);
177+
delay(50);
178178
Braccio.connectJoystickTo(directional);
179179
}
180180

0 commit comments

Comments
 (0)