diff --git a/firmware/l0dable/jump.c b/firmware/l0dable/jump.c index 5532745..a83d940 100644 --- a/firmware/l0dable/jump.c +++ b/firmware/l0dable/jump.c @@ -112,7 +112,7 @@ void ram(void) { } init_game(); } - delayms_queue_plus(12,0); + delayms_queue_plus(24,0); } }