mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-09-26 23:29:14 +08:00
chore(patch): 2.2.3 [skip ci]
## [2.2.3](https://github.com/lorow/OpenIris/compare/v2.2.2...v2.2.3) (2023-04-22) ### 🐛 Bug Fixes * bug causing camera to not work ([86f6526
](86f65260e8
))
This commit is contained in:
parent
86f65260e8
commit
418dc6b78a
@ -3,6 +3,13 @@
|
||||
[](https://semver.org)
|
||||
> All notable changes to this project will be documented in this file
|
||||
|
||||
## [2.2.3](https://github.com/lorow/OpenIris/compare/v2.2.2...v2.2.3) (2023-04-22)
|
||||
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
* bug causing camera to not work ([86f6526](https://github.com/lorow/OpenIris/commit/86f65260e8453a2390194d2897390c9f8a80698e))
|
||||
|
||||
## [2.2.2](https://github.com/lorow/OpenIris/compare/v2.2.1...v2.2.2) (2023-04-22)
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
custom_firmware_version = 2.2.2
|
||||
custom_firmware_version = 2.2.3
|
||||
monitor_rts = 0
|
||||
monitor_dtr = 0
|
||||
monitor_filters =
|
||||
|
@ -20,7 +20,7 @@
|
||||
"include": "/lib/src"
|
||||
},
|
||||
"dependencies": {},
|
||||
"version": "2.2.2",
|
||||
"version": "2.2.3",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user