Skip to content

Commit

Permalink
fixed URL in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Sep 27, 2024
1 parent 7eff16f commit e347a98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v2.0](https://sensorgnome.s3.amazonaws.com/images/sg-armv7-rpi-2.0.zip)
## [v2.0.0](https://sensorgnome.s3.amazonaws.com/images/sg-armv7-rpi-2.0.0.zip)

- fix baud rate for older CTT receivers (ones with permanently attached cable having USB-serial)

Expand Down
2 changes: 0 additions & 2 deletions sg-armv7-rpi-bullseye.pifile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ RUN apt-get clean
# freshest.
RUN curl -L -o /etc/sensorgnome/local-ip.key http://local-ip.co/cert/server.key
RUN curl -L -o /etc/sensorgnome/local-ip.pem http://local-ip.co/cert/server.pem
RUN ls -l /etc/sensorgnome/local-ip.pem
RUN openssl x509 -noout -enddate -in /etc/sensorgnome/local-ip.pem
RUN bash -c 'curl -L -o - http://local-ip.co/cert/chain.pem >>/etc/sensorgnome/local-ip.pem'
RUN bash -c 'chmod 644 /etc/sensorgnome/local-ip.*'
RUN openssl x509 -noout -enddate -in /etc/sensorgnome/local-ip.pem
Expand Down

0 comments on commit e347a98

Please sign in to comment.