Skip to content

Commit

Permalink
main: revert to default time slice.
Browse files Browse the repository at this point in the history
A faster time slice was causing issues with LED timing and old video
frames occasionally being displayed.
  • Loading branch information
Steve Fosdick committed Dec 1, 2023
1 parent a629f44 commit 5ab20a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ typedef enum {
FSPEED_RUNNING
} fspeed_type_t;

static const int slice = 16000; // 8ms to match Music 5000.
static const int slice = 40000; // 8ms to match Music 5000.
static double time_limit;
static int fcount = 0;
static fspeed_type_t fullspeed = FSPEED_NONE;
Expand Down

0 comments on commit 5ab20a4

Please sign in to comment.