diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5502e..242026c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded to python 3.11 - Updated all libraries - More docker usage -- New Raspberry Pi OS base image +- 32 bit Raspberry Pi OS base image since 64 bit is slower - Linters switch to ruff and black - Improve websocket implementation - Fix new K-Pro v4 and possible also new S300 v3 connection issue diff --git a/Makefile b/Makefile index ea63644..b202c91 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ docker/run: docker/tests: docker run --rm $(DOCKER_IMAGE) /bin/sh -c 'make test' -sd-image/create: +sd-image/create: # use diskutil list first, usage make sd-image/create path=/dev/rdisk6 sudo dd bs=1024 if=$(path) of=full_size_image.img sd-image/shrink: diff --git a/installation/install_script.sh b/installation/install_script.sh index faac292..b895e64 100644 --- a/installation/install_script.sh +++ b/installation/install_script.sh @@ -22,8 +22,6 @@ sudo su make venv su pi docker compose up -d nginx -touch /home/pi/Desktop/HonDash/hondash.log -sudo chmod 777 /home/pi/Desktop/HonDash/hondash.log cd /home/pi/Desktop/ git clone https://github.com/pablobuenaposada/HonDash-frontend.git diff --git a/installation/services/hondash.service b/installation/services/hondash.service index 4a69fd4..ca28e33 100644 --- a/installation/services/hondash.service +++ b/installation/services/hondash.service @@ -8,8 +8,6 @@ WorkingDirectory=/home/pi/Desktop/HonDash/ ExecStart=/bin/bash -c 'make run_rpi' Restart=always User=pi -StandardOutput=append:/home/pi/Desktop/HonDash/hondash.log -StandardError=append:/home/pi/Desktop/HonDash/hondash.log [Install] WantedBy=multi-user.target \ No newline at end of file