Explorar o código

update cmd with new commands

Alfonso Gamboa %!s(int64=3) %!d(string=hai) anos
pai
achega
48ce0b6ab7
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      SD_ROOT/wz_mini/bin/cmd

+ 3 - 1
SD_ROOT/wz_mini/bin/cmd

@@ -9,8 +9,10 @@ if [ "$1" == "" ]; then
 	echo -e "move (movable camera only)"
 	echo -e "waitMotion <timeout>"
 	echo -e "irled on or off"
-	echo -e "aplay <file path> <volume 1-100> (t31 only)"
+	echo -e "aplay <file path> <volume 1-100>"
+	echo -e "curlDebug on or off"
 	echo -e "mp4write on or off (t31 only)"
+	echo -e "imp_control <variable> <value> (see readme)"
 else
 	echo "$*" | /opt/wz_mini/bin/busybox nc localhost 4000
 fi