We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b13e0 commit 3e1fe72Copy full SHA for 3e1fe72
CHANGELOG.md
@@ -1,6 +1,7 @@
1
### V 1.1.4
2
3
- Add support for gear update checks to suggest a previous firmware version.
4
+- Disable Joystick feature (sorry).
5
6
### V 1.1.3
7
lib/Frontend/pages/direct_gear_control.dart
@@ -60,7 +60,7 @@ class _JoystickState extends ConsumerState<DirectGearControl> {
60
child: Joystick(
61
mode: JoystickMode.all,
62
onStickDragEnd: () async {
63
- await Future.delayed(Duration(milliseconds: (speed * 20).toInt()));
+ await Future.delayed(Duration(milliseconds: (speed * 20).toInt() + 500));
64
Move move = Move()..moveType = MoveType.home;
65
if (!context.mounted) {
66
return;
0 commit comments