diff --git a/.deploy/ch-5-2-motors-forward.sh b/.deploy/ch-5-2-motors-forward.sh new file mode 100644 index 0000000..0d05d78 --- /dev/null +++ b/.deploy/ch-5-2-motors-forward.sh @@ -0,0 +1,3 @@ +.deploy/send-it.sh \ + ch-5/2-forward-back/motors_forward.py \ + ch-5/2-forward-back/robot.py diff --git a/.deploy/ch-9-3-sensor-remote.sh b/.deploy/ch-9-3-sensor-remote.sh new file mode 100644 index 0000000..1e89b7a --- /dev/null +++ b/.deploy/ch-9-3-sensor-remote.sh @@ -0,0 +1,6 @@ +.deploy/send-it.sh \ + ch-9/3-sensors/sensor_remote.py \ + ch-9/3-sensors/robot_wifi.py \ + ch-9/3-sensors/robot.py \ + ch-9/3-sensors/pio_encoder.py \ + ch-9/3-sensors/sensor.html diff --git a/.deploy/ch-9-4-teleop.sh b/.deploy/ch-9-4-teleop.sh new file mode 100644 index 0000000..08f06cd --- /dev/null +++ b/.deploy/ch-9-4-teleop.sh @@ -0,0 +1,6 @@ +.deploy/send-it.sh \ + ch-9/4-teleop/teleop.py \ + ch-9/4-teleop/robot_wifi.py \ + ch-9/4-teleop/robot.py \ + ch-9/4-teleop/pio_encoder.py \ + ch-9/4-teleop/teleop.html diff --git a/.deploy/setup-libraries.sh b/.deploy/setup-libraries.sh index 3a87678..b6c39b8 100755 --- a/.deploy/setup-libraries.sh +++ b/.deploy/setup-libraries.sh @@ -12,5 +12,5 @@ for file in "${FILES[@]}"; do done for folder in "${FOLDERS[@]}"; do - rsync -rv "${LIBRARY_SRC}/lib/${folder}" "${DEST}/lib/${folder}" + rsync -rv "${LIBRARY_SRC}/lib/${folder}/" "${DEST}/lib/${folder}/" done