Skip to content

Commit

Permalink
OLED - Use less verbose welcome page.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Aug 5, 2015
1 parent 56010f2 commit 402f90c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/io/display.c
Expand Up @@ -281,9 +281,8 @@ void showWelcomePage(void)
i2c_OLED_set_line(rowIndex++);
i2c_OLED_send_string(lineBuffer);

tfp_sprintf(lineBuffer, "Target: %s", targetName);
i2c_OLED_set_line(rowIndex++);
i2c_OLED_send_string(lineBuffer);
i2c_OLED_send_string(targetName);
}

void showArmedPage(void)
Expand Down

0 comments on commit 402f90c

Please sign in to comment.