Skip to content

Commit

Permalink
Tx2 tested :)
Browse files Browse the repository at this point in the history
  • Loading branch information
BogGyver committed Apr 9, 2020
1 parent 3cadbda commit adb9830
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions common/basedir.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
BASEDIR = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), "../"))

from common.android import ANDROID
WEBCAM = os.getenv("WEBCAM") is not None
is_tbp = os.path.isfile('/data/tinkla_buddy_pro')
if ANDROID:
PERSIST = "/persist"
PARAMS = "/data/params"
elif WEBCAM:
elif is_tbp:
PERSIST = "/data/params/persist"
PARAMS = "/data/params"
else:
Expand Down
Empty file removed panda.old/board/obj/.placeholder
Empty file.
Binary file removed panda.old/board/obj/bootstub.panda.bin
Binary file not shown.
Binary file removed panda.old/board/obj/bootstub.panda.elf
Binary file not shown.
12 changes: 0 additions & 12 deletions panda.old/board/obj/cert.h

This file was deleted.

Binary file removed panda.old/board/obj/code.bin
Binary file not shown.
1 change: 0 additions & 1 deletion panda.old/board/obj/gitversion.h

This file was deleted.

Binary file removed panda.old/board/obj/panda.bin
Binary file not shown.
Binary file removed panda.old/board/obj/panda.elf
Binary file not shown.
Empty file removed panda.old/board/pedal/obj/.gitkeep
Empty file.
Empty file.

0 comments on commit adb9830

Please sign in to comment.