mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 11:10:29 +08:00
JOB to JOb
This commit is contained in:
parent
af6f6002ba
commit
0d58f0d77d
|
@ -375,7 +375,7 @@ static void display_lose(wordle_state_t *state, uint8_t subsecond) {
|
|||
static void display_win(wordle_state_t *state, uint8_t subsecond) {
|
||||
(void) state;
|
||||
char buf[13];
|
||||
sprintf(buf," W %s ", subsecond % 2 ? "NICE" : "JOB ");
|
||||
sprintf(buf," W %s ", subsecond % 2 ? "NICE" : "JOb ");
|
||||
watch_display_string(buf, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue