Add info about motors testing commands to intro message

This commit is contained in:
Oleg Kalachev 2024-03-30 18:23:42 +03:00
parent fff7262d1b
commit 28a6bf2230

View File

@ -30,6 +30,7 @@ const char* motd =
"cr - calibrate RC\n" "cr - calibrate RC\n"
"cg - calibrate gyro\n" "cg - calibrate gyro\n"
"ca - calibrate accel\n" "ca - calibrate accel\n"
"mfr, mfl, mrr, mrl - test appropriate motor\n"
"fullmot <n> - full motor test\n" "fullmot <n> - full motor test\n"
"reset - reset drone's state\n"; "reset - reset drone's state\n";