Skip to content

Commit

Permalink
feat: Fix development menssage
Browse files Browse the repository at this point in the history
  • Loading branch information
JahazielLem committed Jul 25, 2024
1 parent 485e354 commit 90fb346
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ void show_logo() {
buzzer_stop();
vTaskDelay(2000 / portTICK_PERIOD_MS);
buzzer_play();
oled_screen_clear();
oled_screen_display_bitmap(epd_bitmap_face_logo, 46, 16, 32, 32,
OLED_DISPLAY_NORMAL);
char* version = malloc(20);
Expand Down

0 comments on commit 90fb346

Please sign in to comment.