From 760d027fe1ba7577ec89aee0671f5e487ba3ea7a Mon Sep 17 00:00:00 2001 From: hydrosys4 Date: Wed, 8 Dec 2021 14:54:21 +0100 Subject: [PATCH] update installation file --- bash/install_hydrosys4.sh | 4 +++- changelog/change | 4 ++++ start.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bash/install_hydrosys4.sh b/bash/install_hydrosys4.sh index ab3cf0e..c1eeadd 100755 --- a/bash/install_hydrosys4.sh +++ b/bash/install_hydrosys4.sh @@ -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 diff --git a/changelog/change b/changelog/change index 5a8cc92..b4c05c4 100755 --- a/changelog/change +++ b/changelog/change @@ -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) + diff --git a/start.py b/start.py index 33beb65..7a9b58d 100755 --- a/start.py +++ b/start.py @@ -3,7 +3,7 @@ from builtins import str from builtins import range -Release="3.35f" +Release="3.35g" #--------------------- from loggerconfig import LOG_SETTINGS