From dd176180a7a194e810c61362753a8b29bb2f7473 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 12 May 2026 17:50:28 +0300 Subject: [PATCH] Update help message Remove 'welcome to', add copyright and repo link. --- flix/cli.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flix/cli.ino b/flix/cli.ino index 05fe016..6be66c0 100644 --- a/flix/cli.ino +++ b/flix/cli.ino @@ -19,13 +19,14 @@ extern LowPassFilter gyroBiasFilter; extern float voltage; const char* motd = -"\nWelcome to\n" " _______ __ __ ___ ___\n" "| ____|| | | | \\ \\ / /\n" "| |__ | | | | \\ V /\n" "| __| | | | | > <\n" "| | | `----.| | / . \\\n" "|__| |_______||__| /__/ \\__\\\n\n" +"(C) Oleg Kalachev\n" +"https://github.com/okalachev/flix\n\n" "Commands:\n\n" "help - show help\n" "p - show all parameters\n"