From 28a6bf2230a574b0aed46e5c1f41764d8ce5763e Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 30 Mar 2024 18:23:42 +0300 Subject: [PATCH] Add info about motors testing commands to intro message --- flix/cli.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/flix/cli.ino b/flix/cli.ino index b4c9a5e..3660534 100644 --- a/flix/cli.ino +++ b/flix/cli.ino @@ -30,6 +30,7 @@ const char* motd = "cr - calibrate RC\n" "cg - calibrate gyro\n" "ca - calibrate accel\n" +"mfr, mfl, mrr, mrl - test appropriate motor\n" "fullmot - full motor test\n" "reset - reset drone's state\n";