Files
dragonpilot/scripts/vw.sh
2020-12-24 22:11:16 +10:00

9 lines
189 B
Bash
Executable File

#!/usr/bin/bash
if [ $1 -eq 1 ]; then
printf %s "1" > /data/params/d/dp_vw
fi
if [ $1 -eq 0 ]; then
printf %s "0" > /data/params/d/dp_vw
fi
rm /data/openpilot/panda/board/obj/panda.bin