From 441f82af952a1382a4a952d159320a8d00d3c3f5 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 824d8b3..95ef735 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"; const struct Param {