From b00e5a76d1d5cc01ba2e95bfb25e75e372d9d26d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Oct 2023 13:34:00 +0000 Subject: [PATCH] chore(patch): 2.2.5 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.2.5](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.4...v2.2.5) (2023-10-27) ### 🔁 Continuous Integration * **ci-fix:** fix build bug related to esp32s3 ([a4ccca6](https://github.com/EyeTrackVR/OpenIris/commit/a4ccca6e2a07624c02c9b4d6a4fdfd259193c9e7)) --- CHANGELOG.md | 7 +++++++ ESP/ini/dev_config.ini | 2 +- ESP/lib/library.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd68ef..f3cbd75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) > All notable changes to this project will be documented in this file +## [2.2.5](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.4...v2.2.5) (2023-10-27) + + +### 🔁 Continuous Integration + +* **ci-fix:** fix build bug related to esp32s3 ([a4ccca6](https://github.com/EyeTrackVR/OpenIris/commit/a4ccca6e2a07624c02c9b4d6a4fdfd259193c9e7)) + ## [2.2.4](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.3...v2.2.4) (2023-10-19) diff --git a/ESP/ini/dev_config.ini b/ESP/ini/dev_config.ini index 7434844..898cecc 100644 --- a/ESP/ini/dev_config.ini +++ b/ESP/ini/dev_config.ini @@ -5,7 +5,7 @@ platform = https://github.com/platformio/platform-espressif32.git framework = arduino monitor_speed = 115200 -custom_firmware_version = 2.2.4 +custom_firmware_version = 2.2.5 monitor_rts = 0 monitor_dtr = 0 monitor_filters = diff --git a/ESP/lib/library.json b/ESP/lib/library.json index c1bfddb..2c0208a 100644 --- a/ESP/lib/library.json +++ b/ESP/lib/library.json @@ -20,7 +20,7 @@ "include": "/lib/src" }, "dependencies": {}, - "version": "2.2.4", + "version": "2.2.5", "frameworks": "arduino", "platforms": "espressif32" }