Skip to content

Commit 3e1fe72

Browse files
committed
increase joystick home delay and update changelog
1 parent 39b13e0 commit 3e1fe72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### V 1.1.4
22

33
- Add support for gear update checks to suggest a previous firmware version.
4+
- Disable Joystick feature (sorry).
45

56
### V 1.1.3
67

lib/Frontend/pages/direct_gear_control.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class _JoystickState extends ConsumerState<DirectGearControl> {
6060
child: Joystick(
6161
mode: JoystickMode.all,
6262
onStickDragEnd: () async {
63-
await Future.delayed(Duration(milliseconds: (speed * 20).toInt()));
63+
await Future.delayed(Duration(milliseconds: (speed * 20).toInt() + 500));
6464
Move move = Move()..moveType = MoveType.home;
6565
if (!context.mounted) {
6666
return;

0 commit comments

Comments
 (0)