From 29023ce1143036a0ef881a9bc82b7119b5a24b51 Mon Sep 17 00:00:00 2001 From: Veronika Kossmann Date: Mon, 5 May 2025 02:28:23 +0300 Subject: [PATCH] CLI branding --- applications/services/cli/cli_main_shell.c | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/applications/services/cli/cli_main_shell.c b/applications/services/cli/cli_main_shell.c index 7550bef04..d5fb1c46f 100644 --- a/applications/services/cli/cli_main_shell.c +++ b/applications/services/cli/cli_main_shell.c @@ -6,25 +6,11 @@ void cli_main_motd(void* context) { UNUSED(context); - printf(ANSI_FLIPPER_BRAND_ORANGE - "\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" ANSI_FG_BR_WHITE "Welcome to Flipper Zero Command Line Interface!\r\n" + printf("CONNECT 1500000/NONE\r\n" + "\r\n" ANSI_FG_BR_WHITE "Welcome to Kiisu Command Line Interface (compatible with Flipper Zero)!\r\n" "Read the manual: https://docs.flipper.net/development/cli\r\n" "Run `help` or `?` to list available commands\r\n" + "Run `!` for info about the device, `power reboot` also useful\r\n" "\r\n" ANSI_RESET); const Version* firmware_version = furi_hal_version_get_firmware_version();