Step 5 uncomments and resources update
This commit is contained in:
parent
c9a5fa2e70
commit
856f557af6
@ -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.
1
resources/que.pcm
Normal file
1
resources/que.pcm
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user