mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
[FL-3715] Update CLI MOTD (#3292)
* Add Carrier 42QG5A580SC * Cli: update motd --------- Co-authored-by: Gustavo de León <alfonso.gus.deleon@gmail.com>
This commit is contained in:
parent
155e4e9fa4
commit
ccbb3a3498
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue