mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
chore(patch): 2.2.2 [skip ci]
## [2.2.2](https://github.com/lorow/OpenIris/compare/v2.2.1...v2.2.2) (2023-04-22) ### 🐛 Bug Fixes * bug prevent device from connecting to saved wifi networks ([cd55c8c](cd55c8c2ea)) ### 🧑💻 Code Refactoring * cleanup USB activation code ([5e19d98](5e19d98f59)) * cleanup USB activation code ([3339f81](3339f81cb3))
This commit is contained in:
parent
5e19d98f59
commit
83db1f4858
13
CHANGELOG.md
13
CHANGELOG.md
@ -3,6 +3,19 @@
|
|||||||
[](https://semver.org)
|
[](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.2.2](https://github.com/lorow/OpenIris/compare/v2.2.1...v2.2.2) (2023-04-22)
|
||||||
|
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
* bug prevent device from connecting to saved wifi networks ([cd55c8c](https://github.com/lorow/OpenIris/commit/cd55c8c2ea83c6f6a35e4e08a579ac90f1722b75))
|
||||||
|
|
||||||
|
|
||||||
|
### 🧑💻 Code Refactoring
|
||||||
|
|
||||||
|
* cleanup USB activation code ([5e19d98](https://github.com/lorow/OpenIris/commit/5e19d98f597da5bdad837467f79c754cfe4ae1e0))
|
||||||
|
* cleanup USB activation code ([3339f81](https://github.com/lorow/OpenIris/commit/3339f81cb3e7367365b2a53fa22021a1b8147efc))
|
||||||
|
|
||||||
## [2.2.1](https://github.com/lorow/OpenIris/compare/v2.2.0...v2.2.1) (2023-04-19)
|
## [2.2.1](https://github.com/lorow/OpenIris/compare/v2.2.0...v2.2.1) (2023-04-19)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
platform = espressif32
|
platform = espressif32
|
||||||
framework = arduino
|
framework = arduino
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
custom_firmware_version = 2.2.1
|
custom_firmware_version = 2.2.2
|
||||||
monitor_rts = 0
|
monitor_rts = 0
|
||||||
monitor_dtr = 0
|
monitor_dtr = 0
|
||||||
monitor_filters =
|
monitor_filters =
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
"include": "/lib/src"
|
"include": "/lib/src"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "espressif32"
|
"platforms": "espressif32"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user