mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-18 23:23:53 +08:00
9 lines
201 B
Bash
Executable File
9 lines
201 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
if [ $1 -eq 1 ]; then
|
|
printf %s "1" > /data/params/d/dp_vw_panda
|
|
fi
|
|
if [ $1 -eq 0 ]; then
|
|
printf %s "0" > /data/params/d/dp_vw_panda
|
|
fi
|
|
rm /data/openpilot/panda/board/obj/panda.bin |