tweaks
This commit is contained in:
@@ -327,7 +327,7 @@ void step2(void) {
|
||||
complete();
|
||||
while (!play_game(4*60*1000, 4)) fail();
|
||||
complete();
|
||||
while (!play_game(8*60*1000, 8)) fail();
|
||||
while (!play_game(6*60*1000, 8)) fail();
|
||||
complete();
|
||||
|
||||
deinit_screen();
|
||||
|
||||
@@ -62,7 +62,7 @@ static bool six_second();
|
||||
|
||||
void step4(void) {
|
||||
// start counting down module timer immediatly
|
||||
set_module_time(20'000);
|
||||
set_module_time(30'000);
|
||||
start_module_timer();
|
||||
|
||||
while (get_module_time() > 0) vTaskDelay(pdMS_TO_TICKS(100));
|
||||
@@ -91,7 +91,7 @@ void step4(void) {
|
||||
clean_bomb();
|
||||
play_raw(MOUNT_POINT "/correct.pcm");
|
||||
}
|
||||
vTaskDelay(pdMS_TO_TICKS(1000));
|
||||
vTaskDelay(pdMS_TO_TICKS(3000));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user