Skip to content

Commit

Permalink
Printing program name, version and url for more info at start-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin J Walters committed Dec 29, 2023
1 parent 4330e37 commit 72b8e66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ int main(int argc, char *argv[]) {
//set_sys_clock_khz(200000, true);

stdio_init_all();
printf("\n" PICO_PROGRAM_NAME " " PICO_PROGRAM_VERSION_STRING "\n");
printf("More information: " PICO_PROGRAM_URL "\n\n");

UnicornAudioDisplay UAD;
#ifdef AUDIO_SOURCES
Expand Down

0 comments on commit 72b8e66

Please sign in to comment.