Skip to content

Commit 0e48d27

Browse files
committed
Change picture path from agzero to amber; change version number
1 parent 27cd822 commit 0e48d27

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "amber-kenya-0.0.1"

amitrap_bluetooth.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@ def __init__(self, is_rockpi=False):
6161
super().__init__(AMI_TRAP_SERVICE_UUID, True)
6262

6363
if not is_rockpi:
64-
self._ami = AmiTrap()
64+
self._ami = AmiTrap(picture_path="/media/pi/PiImages")
6565
else:
6666
self._ami = AmiTrap(camera_config_path="/home/rock/setCamera.sh",
6767
camera_path="/dev/video5",
68-
is_rockpi=True)
68+
is_rockpi=True,
69+
picture_path="/media/pi/PiImages")
6970

7071
self._output = ""
7172

0 commit comments

Comments
 (0)