mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
Merge branch 'master' of https://github.com/lorow/OpenIris
This commit is contained in:
commit
4888290d06
@ -3,6 +3,13 @@
|
||||
[](https://semver.org)
|
||||
> All notable changes to this project will be documented in this file
|
||||
|
||||
## [2.2.0](https://github.com/lorow/OpenIris/compare/v2.1.0...v2.2.0) (2023-04-19)
|
||||
|
||||
|
||||
### 🍕 Features
|
||||
|
||||
* improve the initial USB implementation, increase the XCLK clock for S3 boards - higher framerate over usb ([90a17d6](https://github.com/lorow/OpenIris/commit/90a17d6e6fc4cc09d57e5515de186448a4dcb551)), closes [#49](https://github.com/lorow/OpenIris/issues/49)
|
||||
|
||||
## [2.1.0](https://github.com/lorow/OpenIris/compare/v2.0.0...v2.1.0) (2023-04-10)
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
custom_firmware_version = 2.1.0
|
||||
custom_firmware_version = 2.2.0
|
||||
monitor_rts = 0
|
||||
monitor_dtr = 0
|
||||
monitor_filters =
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
"include": "/lib/src"
|
||||
},
|
||||
"dependencies": {},
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user