From 6c145ed8c72faef88c3cbb7b51806a8c6ce88d9b Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Sun, 6 Jun 2021 14:39:14 +0200 Subject: [PATCH] Minimalist changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..00fd17c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +## [v0.2.0](https://transfer.hft-stuttgart.de/gitlab/co2ampel/ampel-firmware/-/releases/v0.2.0) + +* BUGFIX: Calibration was not applied correctly (Thanks Michael Käppler for bug finding & fixing!) +* MQTT works again for ESP32 (board needs to be updated in Arduino IDE/PlaftormIO) + +## [v0.1.0](https://transfer.hft-stuttgart.de/gitlab/co2ampel/ampel-firmware/-/releases/v0.1.0) + +* More stable calibration, with 10s timestep +* Allow commands from Serial/MQTT/Webserver +* Many bugfixes + +## [v0.0.9](https://transfer.hft-stuttgart.de/gitlab/co2ampel/ampel-firmware/-/releases/v0.0.9) + +* First CO2 Ampel release. +* Basic functionality -- GitLab