Browse Source

sensor-node

master
zeus 3 years ago
parent
commit
fcde9ce605
  1. 2
      auto-complete.sh
  2. 7
      build.sh

2
auto-complete.sh

@ -4,7 +4,7 @@ function libs()
{ {
if [ "$1" != "" ]; if [ "$1" != "" ];
then then
COMPREPLY=($(compgen -W "network-scanning help" "${COMP_WORDS[$COMP_CWORD]}")) COMPREPLY=($(compgen -W "network-scanning sensor-node help" "${COMP_WORDS[$COMP_CWORD]}"))
fi fi
} }

7
build.sh

@ -66,6 +66,13 @@ do
COMMAND_CREATE=1 COMMAND_CREATE=1
;; ;;
sensor-node)
DESC="Sensor node" ;
build="build-sensor-mote.sh" ;
docdir="sensor-node" ;
COMMAND_CREATE=1
;;
*) *)
echo "ERROR: unknown parameter \"$PARAM\"" echo "ERROR: unknown parameter \"$PARAM\""
usage usage

Loading…
Cancel
Save