Skip to content

Commit

Permalink
update installation file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydrosys4 committed Dec 8, 2021
1 parent e44ecd4 commit 760d027
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bash/install_hydrosys4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,9 @@ cd /home/pi

sudo rm -r mjpg-streamer

sudo apt-get -y install cmake libjpeg8-dev git
sudo apt-get -y install cmake
sudo apt-get -y install libjpeg9-dev
sudo apt-get -y install git

sudo git clone https://github.com/jacksonliam/mjpg-streamer.git

Expand Down
4 changes: 4 additions & 0 deletions changelog/change
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,10 @@ Verified clock setting behavior, when the Internet connection is present the set
- Minor change in the HC12 receiver algorithm
- Fixed critical bug for the Serial listening function. Avoid multiple listening function to activate at the same time

2021-12-08 -> release 335g

- Fix the hydrosys4_installation bash file updating the library libjpeg9-dev (former libjpeg9-dev8)




Expand Down
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from builtins import str
from builtins import range

Release="3.35f"
Release="3.35g"

#---------------------
from loggerconfig import LOG_SETTINGS
Expand Down

0 comments on commit 760d027

Please sign in to comment.