added option to disable logging

This commit is contained in:
Joel 2021-01-28 14:21:30 +01:00
parent e02b42060b
commit acc91cdd74
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
3 changed files with 32 additions and 17 deletions

View file

@ -32,7 +32,7 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi
-d "python-pigpio" \
-d "python3-pigpio" \
-d "python3-numpy" \
-v 0.0.3-7 -t deb setup.py
-v 0.0.3-8 -t deb setup.py
# --deb-changelog changelog \
# --deb-upstream-changelog changelog \