Skip to content

Commit

Permalink
chore(patch): 2.2.7 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.7](EyeTrackVR/OpenIris@v2.2.6...v2.2.7) (2023-10-27)

### πŸ” Continuous Integration

* **ci-fix:** fix build bug related to esp32s3 ([1478b4f](EyeTrackVR@1478b4f))
  • Loading branch information
semantic-release-bot committed Oct 27, 2023
1 parent 1478b4f commit a072e41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion ESP/ini/dev_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion ESP/lib/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"include": "/lib/src"
},
"dependencies": {},
"version": "2.2.6",
"version": "2.2.7",
"frameworks": "arduino",
"platforms": "espressif32"
}

0 comments on commit a072e41

Please sign in to comment.