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

Commit 5da262c

Browse files
chore(patch): 2.9.1 [skip ci]
## [2.9.1](v2.9.0...v2.9.1) (2025-01-30) ### πŸ› Bug Fixes * Add babble firmware to CI matrix ([#86](#86)) ([28a053d](28a053d))
1 parent 28a053d commit 5da262c

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.9.1](https://github.com/EyeTrackVR/OpenIris/compare/v2.9.0...v2.9.1) (2025-01-30)
7+
8+
9+
### πŸ› Bug Fixes
10+
11+
* Add babble firmware to CI matrix ([#86](https://github.com/EyeTrackVR/OpenIris/issues/86)) ([28a053d](https://github.com/EyeTrackVR/OpenIris/commit/28a053d65323a4f48ad8de4992fe496ab3e63225))
12+
613
## [2.9.0](https://github.com/EyeTrackVR/OpenIris/compare/v2.8.0...v2.9.0) (2025-01-28)
714

815

β€Ž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.9.0
8+
custom_firmware_version = 2.9.1
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.9.0",
23+
"version": "2.9.1",
2424
"frameworks": "arduino",
2525
"platforms": "espressif32"
2626
}

0 commit comments

Comments
Β (0)