changed api client according to specification

bug fixes in VisionDaemon
This commit is contained in:
Joel 2021-02-10 03:22:55 +01:00
parent ce6b06544a
commit 5e46e8068a
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
6 changed files with 143 additions and 63 deletions

View file

@ -34,7 +34,7 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi
-d "python3-pigpio" \
-d "python3-numpy" \
-d "ffmpeg" \
-v 0.0.4-19 -t deb setup.py
-v 0.0.4-20 -t deb setup.py
# --deb-changelog changelog \
# --deb-upstream-changelog changelog \