rename purple to pink
This commit is contained in:
parent
12eedf9722
commit
00fa493943
@ -361,10 +361,10 @@ static bool six_second() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int purple_led_on_bottom_count = 0;
|
int pink_led_on_bottom_count = 0;
|
||||||
for (int i = IndicatorLED::LED_RFID; i < LED_COUNT; i++) {
|
for (int i = IndicatorLED::LED_RFID; i < LED_COUNT; i++) {
|
||||||
if (indicator_led_idxs[i] == 5) {
|
if (indicator_led_idxs[i] == 5) {
|
||||||
purple_led_on_bottom_count++;
|
pink_led_on_bottom_count++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -372,7 +372,7 @@ static bool six_second() {
|
|||||||
vowels > 7,
|
vowels > 7,
|
||||||
second_switch_correct_state,
|
second_switch_correct_state,
|
||||||
true,
|
true,
|
||||||
!(purple_led_on_bottom_count > 1)
|
!(pink_led_on_bottom_count > 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
uint8_t correct_button_mask = 0b1101;
|
uint8_t correct_button_mask = 0b1101;
|
||||||
|
|||||||
@ -834,7 +834,7 @@ void step5(void) {
|
|||||||
{1, "Red"},
|
{1, "Red"},
|
||||||
{2, "Yellow"},
|
{2, "Yellow"},
|
||||||
{3, "Blue"},
|
{3, "Blue"},
|
||||||
{4, "Purple"},
|
{4, "Pink"},
|
||||||
};
|
};
|
||||||
|
|
||||||
int answer_color = answer_color_dist(gen);
|
int answer_color = answer_color_dist(gen);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user