Step 5 uncomments and resources update

This commit is contained in:
2024-08-18 22:45:14 -05:00
parent c9a5fa2e70
commit 856f557af6
8 changed files with 13 additions and 12 deletions
+12 -12
View File
@@ -168,16 +168,16 @@ bool submit_6(bool* buttons_cycling, bool button_turned_on, int led_off) {
} }
void step5(void) { void step5(void) {
// StarCodeHandler star_codes[] = { StarCodeHandler star_codes[] = {
// { {
// .code = "*2648", .code = "*2648",
// .display_text = "Starting...", .display_text = "Starting...",
// .should_exit = true, .should_exit = true,
// .callback = nullptr, .callback = nullptr,
// }, },
// }; };
// int len = sizeof(star_codes)/sizeof(StarCodeHandler); int len = sizeof(star_codes)/sizeof(StarCodeHandler);
// do_star_codes(star_codes, len); do_star_codes(star_codes, len);
std::vector<int> all_leds; std::vector<int> all_leds;
@@ -209,8 +209,8 @@ void step5(void) {
lcd_set_cursor(&lcd, 1, 1); lcd_set_cursor(&lcd, 1, 1);
bool solved_correctly = false; bool solved_correctly = false;
// int puzzle = puzzle_dist(gen); int puzzle = puzzle_dist(gen);
int puzzle = 2; // int puzzle = 2;
switch (puzzle) { switch (puzzle) {
case 0: { case 0: {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long