Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit 0f0c7df

Browse files
chore(minor): 2.7.0-beta.1 [skip ci]
## [2.7.0-beta.1](v2.6.0...v2.7.0-beta.1) (2025-01-11) ### πŸ• Features * Add support for ov5640 cameras ([14d2cb0](14d2cb0)) * Fix ov5640 support implementation after beta cleanup ([4894c22](4894c22)) * fix usb streaming on wroom boards, add support for babble custom board ([049b160](049b160)) * Move logging in serial streaming so that we at least attempt to get new frame ([53a3d4b](53a3d4b)) * Refactor commands and serial manager to support updated commands payload ([811a9f8](811a9f8)) ### πŸ› Bug Fixes * serial output for esp32cams and other boards not supporting higher frequency baud rate ([01e5e28](01e5e28))
1 parent 056e19f commit 0f0c7df

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
44
> All notable changes to this project will be documented in this file
55
6+
## [2.7.0-beta.1](https://github.com/EyeTrackVR/OpenIris/compare/v2.6.0...v2.7.0-beta.1) (2025-01-11)
7+
8+
9+
### πŸ• Features
10+
11+
* Add support for ov5640 cameras ([14d2cb0](https://github.com/EyeTrackVR/OpenIris/commit/14d2cb0858cd65452f2ce1cee9a3a1f68d8f7f51))
12+
* Fix ov5640 support implementation after beta cleanup ([4894c22](https://github.com/EyeTrackVR/OpenIris/commit/4894c2205864d5a7d52e37c81b14ff7dc46517d4))
13+
* fix usb streaming on wroom boards, add support for babble custom board ([049b160](https://github.com/EyeTrackVR/OpenIris/commit/049b16078ec5c07042652f2de3545ea6b69de6a9))
14+
* Move logging in serial streaming so that we at least attempt to get new frame ([53a3d4b](https://github.com/EyeTrackVR/OpenIris/commit/53a3d4bcd603e2fd07546621628e69de88e4139a))
15+
* Refactor commands and serial manager to support updated commands payload ([811a9f8](https://github.com/EyeTrackVR/OpenIris/commit/811a9f898a3f1bdb1e20ffd6f0d6e77a4533f52c))
16+
17+
18+
### πŸ› Bug Fixes
19+
20+
* serial output for esp32cams and other boards not supporting higher frequency baud rate ([01e5e28](https://github.com/EyeTrackVR/OpenIris/commit/01e5e280ad26d2709231fe6aa2a96d1991cbf360))
21+
622
## [2.6.0](https://github.com/EyeTrackVR/OpenIris/compare/v2.5.0...v2.6.0) (2024-07-14)
723

824

β€ŽESP/ini/dev_config.iniβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
platform = https://github.com/platformio/platform-espressif32.git
66
framework = arduino
77
monitor_speed = 115200
8-
custom_firmware_version = 2.6.0
8+
custom_firmware_version = 2.7.0
99
monitor_rts = 0
1010
monitor_dtr = 0
1111
monitor_filters =

β€ŽESP/lib/library.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"include": "/lib/src"
2121
},
2222
"dependencies": {},
23-
"version": "2.6.0",
23+
"version": "2.7.0",
2424
"frameworks": "arduino",
2525
"platforms": "espressif32"
2626
}

0 commit comments

Comments
Β (0)