chore(patch): 2.2.7 [skip ci]

## [2.2.7](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.6...v2.2.7) (2023-10-27)

### 🔁 Continuous Integration

* **ci-fix:** fix build bug related to esp32s3 ([1478b4f](1478b4fddb))
This commit is contained in:
semantic-release-bot 2023-10-27 14:13:07 +00:00
parent 1478b4fddb
commit a072e418fe
3 changed files with 9 additions and 2 deletions

View File

@ -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.7](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.6...v2.2.7) (2023-10-27)
### 🔁 Continuous Integration
* **ci-fix:** fix build bug related to esp32s3 ([1478b4f](https://github.com/EyeTrackVR/OpenIris/commit/1478b4fddb8ea2f110de2624024c8ef7ad6ddcee))
## [2.2.6](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.5...v2.2.6) (2023-10-27)

View File

@ -5,7 +5,7 @@
platform = https://github.com/platformio/platform-espressif32.git
framework = arduino
monitor_speed = 115200
custom_firmware_version = 2.2.6
custom_firmware_version = 2.2.7
monitor_rts = 0
monitor_dtr = 0
monitor_filters =

View File

@ -20,7 +20,7 @@
"include": "/lib/src"
},
"dependencies": {},
"version": "2.2.6",
"version": "2.2.7",
"frameworks": "arduino",
"platforms": "espressif32"
}