chore(patch): 2.2.10 [skip ci]

## [2.2.10](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.9...v2.2.10) (2023-11-18)

### 🔁 Continuous Integration

* **ci-fix:** esp32 chipset type hyphen issue ([660ca84](660ca84d8e))
This commit is contained in:
semantic-release-bot 2023-11-18 11:43:00 +00:00
parent 660ca84d8e
commit eccdae9af5
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.10](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.9...v2.2.10) (2023-11-18)
### 🔁 Continuous Integration
* **ci-fix:** esp32 chipset type hyphen issue ([660ca84](https://github.com/EyeTrackVR/OpenIris/commit/660ca84d8ebfbf16a970c695e621ff64b23c467f))
## [2.2.9](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.8...v2.2.9) (2023-11-17)

View File

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

View File

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