Skip to content

Commit e215ec1

Browse files
committed
Modify rover base-template to not reset pantilt when joystick released
1 parent ed89664 commit e215ec1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pitop/labs/web/blueprints/rover/templates/base-rover.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
{% if g.show_left_joystick %}
88
<joystick-component
99
onmove="publish({ type: 'left_joystick', data })"
10-
onend="publish({ type: 'left_joystick', data })"
1110
> </joystick-component>
1211
{% endif %}
1312

0 commit comments

Comments
 (0)