From ce3e47d1ec99d2304ab0414e36d233564030c05b Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 29 Jul 2025 21:28:36 +0300 Subject: [PATCH] Fix --- flix/cli.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flix/cli.ino b/flix/cli.ino index 002a0d9..033ef55 100644 --- a/flix/cli.ino +++ b/flix/cli.ino @@ -32,8 +32,8 @@ const char* motd = "ps - show pitch/roll/yaw\n" "psq - show attitude quaternion\n" "imu - show IMU data\n" -"arm - arm the drone (when no mode switch)\n" -"disarm - disarm the drone (when no mode switch)\n" +"arm - arm the drone (when no armed switch)\n" +"disarm - disarm the drone (when no armed switch)\n" "rc - show RC data\n" "mot - show motor output\n" "log - dump in-RAM log\n"