[FL-1288] Additional gpio_set pins for testing (#508)
* uart rx, speaker and ir rx/tx pins added to cli_command_gpio_set * gpio_set: Warning for PA0, cli: added motd by @maratsafi
This commit is contained in:
@@ -79,30 +79,21 @@ void cli_print_usage(const char* cmd, const char* usage, const char* arg) {
|
||||
}
|
||||
|
||||
void cli_motd() {
|
||||
printf(" __ \r\n \
|
||||
_.-~ ) \r\n \
|
||||
_..--~~~~,' ,-/ _\r\n \
|
||||
.-'. . . .' ,-',' ,' ) \r\n \
|
||||
,'. . . _ ,--~,-'__..-' ,' \r\n \
|
||||
,'. . . (@)' ---~~~~ ,'\r\n \
|
||||
/. . . . '~~ ,-'\r\n \
|
||||
/. . . . . ,-'\r\n \
|
||||
; . . . . - . ,'\r\n \
|
||||
: . . . . _ /\r\n \
|
||||
. . . . . `-.:\r\n \
|
||||
. . . ./ - . )\r\n \
|
||||
. . . | _____..---.._/ _____\r\n \
|
||||
~-----~~~~----~~~~ ~~~-----~~~~~-----~\r\n \
|
||||
______ _ _ _____ _ _____\r\n \
|
||||
| ____| (_) / ____| | |_ _|\r\n \
|
||||
| |__ | |_ _ __ _ __ ___ _ __ | | | | | |\r\n \
|
||||
| __| | | | '_ \\| '_ \\ / _ \\ '__| | | | | | |\r\n \
|
||||
| | | | | |_) | |_) | __/ | | |____| |____ _| |_\r\n \
|
||||
|_| |_|_| .__/| .__/ \\___|_| \\_____|______|_____|\r\n \
|
||||
| | | |\r\n \
|
||||
|_| |_|\r\n\r\n"
|
||||
|
||||
);
|
||||
printf("\r\n \
|
||||
_.-------.._ -,\r\n \
|
||||
.-\"```\"--..,,_/ /`-, -, \\ \r\n \
|
||||
.:\" /:/ /'\\ \\ ,_..., `. | |\r\n \
|
||||
/ ,----/:/ /`\\ _\\~`_-\"` _;\r\n \
|
||||
' / /`\"\"\"'\\ \\ \\.~`_-' ,-\"'/ \r\n \
|
||||
| | | 0 | | .-' ,/` /\r\n \
|
||||
| ,..\\ \\ ,.-\"` ,/` /\r\n \
|
||||
; : `/`\"\"\\` ,/--==,/-----,\r\n \
|
||||
| `-...| -.___-Z:_______J...---;\r\n \
|
||||
: ` _-'\r\n \
|
||||
_L_ _ ___ ___ ___ ___ ____--\"`___ _ ___\r\n \
|
||||
| __|| | |_ _|| _ \\| _ \\| __|| _ \\ / __|| | |_ _|\r\n \
|
||||
| _| | |__ | | | _/| _/| _| | / | (__ | |__ | |\r\n \
|
||||
|_| |____||___||_| |_| |___||_|_\\ \\___||____||___|\r\n\r\n");
|
||||
|
||||
printf("You are now connected to Flipper Command Line Interface.\r\n\r\n");
|
||||
|
||||
|
Reference in New Issue
Block a user