Skip to content

Commit

Permalink
System: Debug: Fixing splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mgm8 committed Mar 27, 2019
1 parent 98a6dec commit ba9aa28
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions firmware/fsat_beacon_msp430/system/debug/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* \author Gabriel Mariano Marcelino <[email protected]>
*
* \version 0.1.10
* \version 0.3.0
*
* \date 23/09/2016
*
Expand All @@ -52,7 +52,7 @@ bool debug_init()

debug_print_splash_screen();

debug_print_msg("=========================================================\n\r");
debug_print_msg("=================================================================\n\r");
debug_print_msg("Version:\t");
debug_print_firmware_version();
debug_print_msg("\n\r");
Expand All @@ -66,7 +66,7 @@ bool debug_init()
debug_print_msg(" <");
debug_print_msg(FIRMWARE_AUTHOR_EMAIL);
debug_print_msg(">\n\r");
debug_print_msg("=========================================================\n\r");
debug_print_msg("=================================================================\n\r");
debug_print_msg("\n\n\r");

return true;
Expand Down Expand Up @@ -280,21 +280,21 @@ void debug_print_license_msg()

void debug_print_splash_screen()
{
debug_print_msg(" \n\r");
debug_print_msg(" \n\r");
debug_print_msg(".........................................................\n\r");
debug_print_msg(".........................................................\n\r");
debug_print_msg("...... ......\n\r");
debug_print_msg("...... _____ ____ _ _____ _____ ____ ......\n\r");
debug_print_msg("...... | ___/ ___| __ _| |_ |_ _|_ _/ ___| ......\n\r");
debug_print_msg("...... | |_ \\___ \\ / _` | __|____| | | || | ......\n\r");
debug_print_msg("...... | _| ___) | (_| | ||_____| | | || |___ ......\n\r");
debug_print_msg("...... |_| |____/ \\__,_|\\__| |_| |_| \\____| ......\n\r");
debug_print_msg("...... ......\n\r");
debug_print_msg(".........................................................\n\r");
debug_print_msg(".........................................................\n\r");
debug_print_msg(" \n\r");
debug_print_msg(" \n\r");
debug_print_msg(" \n\r");
debug_print_msg(" \n\r");
debug_print_msg(".................................................................\n\r");
debug_print_msg(".................................................................\n\r");
debug_print_msg(".......... ..........\n\r");
debug_print_msg(".......... _____ ____ _ _____ _____ ____ ..........\n\r");
debug_print_msg(".......... | ___/ ___| __ _| |_ |_ _|_ _/ ___| ..........\n\r");
debug_print_msg(".......... | |_ \\___ \\ / _` | __|____| | | || | ..........\n\r");
debug_print_msg(".......... | _| ___) | (_| | ||_____| | | || |___ ..........\n\r");
debug_print_msg(".......... |_| |____/ \\__,_|\\__| |_| |_| \\____| ..........\n\r");
debug_print_msg(".......... ..........\n\r");
debug_print_msg(".................................................................\n\r");
debug_print_msg(".................................................................\n\r");
debug_print_msg(" \n\r");
debug_print_msg(" \n\r");
}

void debug_print_firmware_version()
Expand Down
4 changes: 2 additions & 2 deletions firmware/fsat_beacon_msp430/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* \author Gabriel Mariano Marcelino <[email protected]>
*
* \version 0.2.16
* \version 0.3.0
*
* \date 08/02/2019
*
Expand All @@ -36,7 +36,7 @@
#ifndef VERSION_H_
#define VERSION_H_

#define FIRMWARE_VERSION "0.2.16"
#define FIRMWARE_VERSION "0.3.0"

#define FIRMWARE_STATUS "Development"

Expand Down

0 comments on commit ba9aa28

Please sign in to comment.