Skip to content

Commit

Permalink
[FL-3715] Update CLI MOTD (flipperdevices#3292)
Browse files Browse the repository at this point in the history
* Add Carrier 42QG5A580SC

* Cli: update motd

---------

Co-authored-by: Gustavo de León <alfonso.gus.deleon@gmail.com>
  • Loading branch information
skotopes and gusdleon authored Dec 14, 2023
1 parent 155e4e9 commit ccbb3a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion applications/services/cli/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ void cli_motd() {
"|_| |____||___||_| |_| |___||_|_\\ \\___||____||___|\r\n"
"\r\n"
"Welcome to Flipper Zero Command Line Interface!\r\n"
"Read Manual https://docs.flipperzero.one\r\n"
"Read the manual: https://docs.flipper.net/development/cli\r\n"
"Run `help` or `?` to list available commands\r\n"
"\r\n");

const Version* firmware_version = furi_hal_version_get_firmware_version();
Expand Down

0 comments on commit ccbb3a3

Please sign in to comment.