Minor changes and cleanups

This commit is contained in:
Oleg Kalachev
2023-12-19 05:25:57 +03:00
parent 77dd02dbeb
commit fde9c1cf36
4 changed files with 9 additions and 14 deletions

View File

@@ -30,8 +30,7 @@ const char* motd =
"cg - calibrate gyro\n"
"ca - calibrate accel\n"
"fullmot <n> - test motor on all signals\n"
"reset - reset state\n"
"wifi - start wi-fi access point\n";
"reset - reset drone's state\n";
const struct Param {
const char* name;