This commit is contained in:
2024-08-11 23:18:41 -05:00
parent 5534cd733e
commit a7b22343fe
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -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();
+2 -2
View File
@@ -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));
}
}