chore(minor): 2.7.0-beta.3 [skip ci]

## [2.7.0-beta.3](https://github.com/EyeTrackVR/OpenIris/compare/v2.7.0-beta.2...v2.7.0-beta.3) (2025-06-19)

### 🍕 Features

* Feature/m5stack camera f ([#90](https://github.com/EyeTrackVR/OpenIris/issues/90)) ([26b4451](26b4451d98))
This commit is contained in:
semantic-release-bot 2025-06-19 18:50:38 +00:00
parent 26b4451d98
commit 248aaf79f4
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) [![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 > All notable changes to this project will be documented in this file
## [2.7.0-beta.3](https://github.com/EyeTrackVR/OpenIris/compare/v2.7.0-beta.2...v2.7.0-beta.3) (2025-06-19)
### 🍕 Features
* Feature/m5stack camera f ([#90](https://github.com/EyeTrackVR/OpenIris/issues/90)) ([26b4451](https://github.com/EyeTrackVR/OpenIris/commit/26b4451d9813cd703589be7054065ae1680bead3))
## [2.9.1](https://github.com/EyeTrackVR/OpenIris/compare/v2.9.0...v2.9.1) (2025-01-30) ## [2.9.1](https://github.com/EyeTrackVR/OpenIris/compare/v2.9.0...v2.9.1) (2025-01-30)

View File

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

View File

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