some bottom_half side star code work

This commit is contained in:
2025-07-06 22:52:39 -05:00
parent 72ff92b444
commit 9cc1a93e73
7 changed files with 179 additions and 18 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ static const StarCodeEntry star_codes[] = {
.callback = nullptr,
},
{
.code = "*9861",
.code = "59862",
.display_text = "Set Up Wires",
.delay_ticks = pdMS_TO_TICKS(2000),
.callback = setup_wires,
+2 -2
View File
@@ -182,8 +182,8 @@ void step5(void) {
StarCodeEntry star_code = {
.code = "*2648",
.display_text = "Starting...",
.should_exit = true,
.callback = nullptr,
.delay_ticks = pdMS_TO_TICKS(2000),
.callback = nullptr, // TODO
};
add_star_code(star_code);