From ccf53fa6a652437b904978a83a2cc464ad0a6ba4 Mon Sep 17 00:00:00 2001 From: tudnai Date: Thu, 11 Jun 2020 22:39:14 -0700 Subject: [PATCH] Default speed acceleration was accidentally turned off --- src/dev/disk/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev/disk/disk.c b/src/dev/disk/disk.c index 2cf1f1a..7cbdb1d 100644 --- a/src/dev/disk/disk.c +++ b/src/dev/disk/disk.c @@ -20,7 +20,7 @@ disk_t disk = { const int diskAccelerator_frames = 2; int diskAccelerator_count = 0; -int diskAccelerator_speed = 1 * M / fps; // if less than actual CPU speed means no acceleration +int diskAccelerator_speed = 25 * M / fps; // if less than actual CPU speed means no acceleration // motor position from the magnet state