mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-09-26 23:29:14 +08:00
chore(minor): 2.4.0 [skip ci]
## [2.4.0](https://github.com/EyeTrackVR/OpenIris/compare/v2.3.0...v2.4.0) (2024-03-11) ### 🍕 Features * Fix the serial command manager preventing the boards from connecting to wi-fi ([#60](https://github.com/EyeTrackVR/OpenIris/issues/60)) ([09f0b25
](09f0b25377
))
This commit is contained in:
parent
09f0b25377
commit
453762a93b
@ -3,6 +3,13 @@
|
||||
[](https://semver.org)
|
||||
> All notable changes to this project will be documented in this file
|
||||
|
||||
## [2.4.0](https://github.com/EyeTrackVR/OpenIris/compare/v2.3.0...v2.4.0) (2024-03-11)
|
||||
|
||||
|
||||
### 🍕 Features
|
||||
|
||||
* Fix the serial command manager preventing the boards from connecting to wi-fi ([#60](https://github.com/EyeTrackVR/OpenIris/issues/60)) ([09f0b25](https://github.com/EyeTrackVR/OpenIris/commit/09f0b25377a6d74c6320891a5b978f3077760ed6))
|
||||
|
||||
## [2.3.0](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.11...v2.3.0) (2024-02-18)
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
platform = https://github.com/platformio/platform-espressif32.git
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
custom_firmware_version = 2.3.0
|
||||
custom_firmware_version = 2.4.0
|
||||
monitor_rts = 0
|
||||
monitor_dtr = 0
|
||||
monitor_filters =
|
||||
|
@ -20,7 +20,7 @@
|
||||
"include": "/lib/src"
|
||||
},
|
||||
"dependencies": {},
|
||||
"version": "2.3.0",
|
||||
"version": "2.4.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user