From f06a9301dff500acc66aa2858fdccca5ac187e4d Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 23 Dec 2024 01:14:05 +0300 Subject: [PATCH] Add notice on removing props in motor test commands in help --- flix/cli.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flix/cli.ino b/flix/cli.ino index 121a739..ce21874 100644 --- a/flix/cli.ino +++ b/flix/cli.ino @@ -30,7 +30,7 @@ const char* motd = "cr - calibrate RC\n" "cg - calibrate gyro\n" "ca - calibrate accel\n" -"mfr, mfl, mrr, mrl - test motor\n" +"mfr, mfl, mrr, mrl - test motor (remove props)\n" "reset - reset drone's state\n" "reboot - reboot the drone\n";