semantic-release-bot
cda5507a56
chore(minor): 2.5.0-beta.5 [skip ci]
...
## [2.5.0-beta.5](https://github.com/EyeTrackVR/OpenIris/compare/v2.5.0-beta.4...v2.5.0-beta.5 ) (2024-05-31)
### 🍕 Features
* Move logging in serial streaming so that we at least attempt to get new frame ([53a3d4b ](53a3d4bcd6 ))
2024-05-31 16:07:57 +00:00
lorow
84cb556a71
Merge branch 'fix/serial-manager-invalid-json' into beta
...
# Conflicts:
# ESP/lib/src/io/Serial/SerialManager.cpp
# ESP/lib/src/network/wifihandler/wifihandler.cpp
2024-05-31 18:03:15 +02:00
lorow
53a3d4bcd6
feat: Move logging in serial streaming so that we at least attempt to get new frame
2024-05-31 17:45:47 +02:00
lorow
9c94411eeb
set setMinSecurity to WIFI_AUTH_WEP to fix boards not connecting to some networks, cleanup some logs and comments
2024-04-10 23:21:17 +02:00
semantic-release-bot
a5d2bbe245
chore(minor): 2.5.0-beta.4 [skip ci]
...
## [2.5.0-beta.4](https://github.com/EyeTrackVR/OpenIris/compare/v2.5.0-beta.3...v2.5.0-beta.4 ) (2024-04-08)
### 🍕 Features
* set min security level to WIFI_AUTH_WEP ([d995060 ](d9950609ef ))
2024-04-08 18:38:03 +00:00
lorow
e58e383c17
Merge branch 'beta' of https://github.com/EyeTrackVR/OpenIris into beta
2024-04-08 20:33:22 +02:00
lorow
d9950609ef
feat: set min security level to WIFI_AUTH_WEP
2024-04-08 20:33:10 +02:00
semantic-release-bot
a027dad178
chore(minor): 2.5.0-beta.3 [skip ci]
...
## [2.5.0-beta.3](https://github.com/EyeTrackVR/OpenIris/compare/v2.5.0-beta.2...v2.5.0-beta.3 ) (2024-04-03)
### 🍕 Features
* add even more logging, forcefully disconnect wifi in the beginning, move setting tx power to before wifi begin ([d053ece ](d053ece63e ))
2024-04-03 22:18:43 +00:00
lorow
d053ece63e
feat: add even more logging, forcefully disconnect wifi in the beginning, move setting tx power to before wifi begin
2024-04-04 00:13:50 +02:00
semantic-release-bot
cc1289e5fd
chore(minor): 2.5.0-beta.2 [skip ci]
...
## [2.5.0-beta.2](https://github.com/EyeTrackVR/OpenIris/compare/v2.5.0-beta.1...v2.5.0-beta.2 ) (2024-04-01)
### 🍕 Features
* Test fix for serial manager ([62314f4 ](62314f4de9 ))
2024-04-01 20:53:37 +00:00
lorow
62314f4de9
feat: Test fix for serial manager
...
also fixes after merge
2024-04-01 22:48:44 +02:00
lorow
97d9c3f5e5
Merge branch 'fix/serial-manager-invalid-json' into beta
...
# Conflicts:
# ESP/lib/src/io/Serial/SerialManager.cpp
2024-04-01 22:41:31 +02:00
lorow
a7d4e9a421
Refactor commands and serial manager to support updated commands payload
2024-04-01 22:38:27 +02:00
semantic-release-bot
2d56c5d736
chore(minor): 2.5.0-beta.1 [skip ci]
...
## [2.5.0-beta.1](https://github.com/EyeTrackVR/OpenIris/compare/v2.4.0...v2.5.0-beta.1 ) (2024-04-01)
### 🍕 Features
* Merge branch 'debug/serial-manager-issues' into beta ([5127993 ](51279930b5 ))
2024-04-01 17:58:30 +00:00
lorow
51279930b5
feat: Merge branch 'debug/serial-manager-issues' into beta
2024-04-01 19:54:00 +02:00
Zdzislaw Goik
3fa84dc100
Add the ability for GitHub actions to run on beta branch ( #67 )
2024-04-01 00:01:57 +02:00
Zdzislaw Goik
2a6a0ca881
Add configuration for beta release channel ( #66 )
2024-03-31 23:53:27 +02:00
lorow
b296c6bc87
Add debug prints to serial manager to debug whats happening on some xiao boards
2024-03-31 23:38:05 +02:00
pembem22
43a13f6e34
Fix invalid HTTP header ( #63 )
...
Looks fine :)
2024-03-17 19:18:36 +00:00
semantic-release-bot
453762a93b
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 ))
2024-03-11 16:31:00 +00:00
Zdzislaw Goik
09f0b25377
feat: Fix the serial command manager preventing the boards from connecting to wi-fi ( #60 )
...
* Fix the serial command manager preventing the
* Make serial.flush() in command manager optional for devs only
2024-03-11 17:26:16 +01:00
Zdzislaw Goik
bfcc63f19a
Add set_mdns command to allow the flasher to update the mdns name while setting up the device ( #62 )
2024-03-11 17:09:35 +01:00
ZanzyTHEbar
df1e09207a
Merge branch 'master' of https://github.com/EyeTrackVR/OpenIris
2024-03-02 01:55:03 +00:00
semantic-release-bot
b04f1f986a
chore(minor): 2.3.0 [skip ci]
...
## [2.3.0](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.11...v2.3.0 ) (2024-02-18)
### 🍕 Features
* Add a PoC implementation of command manager responding to commands send over serial. ([#59 ](https://github.com/EyeTrackVR/OpenIris/issues/59 )) ([54e4e0a ](54e4e0abd9 ))
2024-02-18 17:44:06 +00:00
Zdzislaw Goik
54e4e0abd9
feat: Add a PoC implementation of command manager responding to commands send over serial. ( #59 )
...
* Add a PoC implementation of command manager responding to commands send over serial.
TODO:
- refactor web API to make use of the command handler
- implement the rest of the commands
- remove handwritten json in favour of ArduinoJSON
* Move ssid check to iniSTA method
2024-02-18 17:32:29 +01:00
Zdzislaw Goik
dd89df5b86
Add a PoC implementation of command manager responding to commands send over serial. ( #59 )
...
* Add a PoC implementation of command manager responding to commands send over serial.
TODO:
- refactor web API to make use of the command handler
- implement the rest of the commands
- remove handwritten json in favour of ArduinoJSON
* Move ssid check to iniSTA method
2024-02-13 12:14:20 +00:00
semantic-release-bot
7e459da882
chore(patch): 2.2.11 [skip ci]
...
## [2.2.11](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.10...v2.2.11 ) (2023-11-18)
### 🔁 Continuous Integration
* **ci-fix:** esp32 chipset capitalization issue ([a0835a6 ](a0835a6403 ))
2023-11-18 11:49:03 +00:00
ZanzyTHEbar
a0835a6403
ci(ci-fix): esp32 chipset capitalization issue
2023-11-18 11:44:29 +00:00
semantic-release-bot
eccdae9af5
chore(patch): 2.2.10 [skip ci]
...
## [2.2.10](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.9...v2.2.10 ) (2023-11-18)
### 🔁 Continuous Integration
* **ci-fix:** esp32 chipset type hyphen issue ([660ca84 ](660ca84d8e ))
2023-11-18 11:43:00 +00:00
ZanzyTHEbar
660ca84d8e
ci(ci-fix): esp32 chipset type hyphen issue
...
- wifi logging in iniSTA
2023-11-18 11:38:41 +00:00
semantic-release-bot
4f4ee1ad77
chore(patch): 2.2.9 [skip ci]
...
## [2.2.9](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.8...v2.2.9 ) (2023-11-17)
### 🐛 Bug Fixes
* minor bugs related to the Wifi logging ([dca378c ](dca378c048 ))
2023-11-17 12:12:25 +00:00
ZanzyTHEbar
dca378c048
fix: minor bugs related to the Wifi logging
2023-11-17 12:07:49 +00:00
semantic-release-bot
72559dbcb5
chore(patch): 2.2.8 [skip ci]
...
## [2.2.8](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.7...v2.2.8 ) (2023-11-17)
### 🧑💻 Code Refactoring
* comment out progress indicator during wifi setup ([1bbb61b ](1bbb61beee ))
2023-11-17 10:06:28 +00:00
ZanzyTHEbar
1bbb61beee
refactor: comment out progress indicator during wifi setup
2023-11-17 10:02:10 +00:00
semantic-release-bot
a072e418fe
chore(patch): 2.2.7 [skip ci]
...
## [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 ](1478b4fddb ))
2023-10-27 14:13:07 +00:00
ZanzyTHEbar
1478b4fddb
ci(ci-fix): fix build bug related to esp32s3
2023-10-27 15:07:19 +01:00
semantic-release-bot
770c854afd
chore(patch): 2.2.6 [skip ci]
...
## [2.2.6](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.5...v2.2.6 ) (2023-10-27)
### 🔁 Continuous Integration
* **ci-fix:** fix build bug related to esp32s3 ([1a39c35 ](1a39c35534 ))
2023-10-27 13:52:19 +00:00
ZanzyTHEbar
1cb5801c1c
Merge branch 'master' of https://github.com/EyeTrackVR/OpenIris
2023-10-27 14:46:39 +01:00
ZanzyTHEbar
1a39c35534
ci(ci-fix): fix build bug related to esp32s3
2023-10-27 14:46:37 +01:00
semantic-release-bot
b00e5a76d1
chore(patch): 2.2.5 [skip ci]
...
## [2.2.5](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.4...v2.2.5 ) (2023-10-27)
### 🔁 Continuous Integration
* **ci-fix:** fix build bug related to esp32s3 ([a4ccca6 ](a4ccca6e2a ))
2023-10-27 13:34:00 +00:00
ZanzyTHEbar
a4ccca6e2a
ci(ci-fix): fix build bug related to esp32s3
2023-10-27 14:27:50 +01:00
semantic-release-bot
84a71f9802
chore(patch): 2.2.4 [skip ci]
...
## [2.2.4](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.3...v2.2.4 ) (2023-10-19)
### 🔁 Continuous Integration
* add xiaosense envs to CI pipeline ([29bd8c9 ](29bd8c9782 ))
* **ci-fix:** Fix release step ([4e1a177 ](4e1a177fa2 ))
2023-10-19 12:51:06 +00:00
DaOfficialWizard
4e1a177fa2
ci(ci-fix): Fix release step
2023-10-19 13:45:30 +01:00
DaOfficialWizard
29bd8c9782
ci: add xiaosense envs to CI pipeline
2023-10-19 13:37:05 +01:00
Zdzislaw Goik
797dc42b6e
Create LICENSE
...
Thanks to @TheButlah for reminding us
2023-08-06 19:10:05 +02:00
Zdzislaw Goik
2ca0174f0f
Add pinout and environments for ESP32S3 Xiao Sense boards ( #52 )
...
* Add pinout and environments for ESP32S3 Xiao Sense boards
* Add opi memory_type to fix psram issues
* fix: multiple typos or copy paste issues
* fix: fix the XIAO ESP32S3 board type
* fix: xaio crashing when allocating
* fix: xaio crashing when allocating
* fix: experiment with qio
* fix: add some basic logging
* fix: add some more logging
* fix: add some more logging
* fix: add some more logging
* fix: add some more logging
* fix: add some more logging
* fix: add some more logging
* fix: add some more logging
* fix: add some more logging
* fix: try to increase the stack size for the task
* chore: enable wifi
* ci(ci-gha); fix github actions failing
* ci(ci-gha); fix github actions failing
* ci(ci-gh): removing update logic from CI
- i editing the docker container itself to be up-to-date
* ci(ci-test): testing new gh action matrix format
* ci(ci-test): testing new gh action matrix format
* ci(ci-test): testing new gh action matrix format
* ci(ci-test): testing new gh action matrix format
* fix: fix esp32s3 xiao wifi
- fix LED pin issue
- force newest espressif toolchain
- clean up pinout defines
- add lots of logging
- move strings into wifi handler
- upgrade to c++17
* fix: fix esp32s3 xiao wifi
- fix syntax error in wifihandler
* fix: error handling in camera handler
* fix: bug in wifi config saving routine
- refactor lib
- fix bug in wifi config logic
- clean up
---------
Co-authored-by: Sebastian Fitt <9294002+Blu3u@users.noreply.github.com>
Co-authored-by: DaOfficialWizard <45744329+ZanzyTHEbar@users.noreply.github.com>
2023-06-14 14:30:17 +01:00
Zdzislaw Goik
7e8aab2ed3
Remove very old docs
2023-04-30 17:46:35 +02:00
DaOfficialWizard
d39898581b
Delete ESP/lib/src/network/WifiHandler directory
2023-04-23 10:45:50 +01:00
semantic-release-bot
418dc6b78a
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 ))
2023-04-22 17:06:04 +00:00
DaOfficialWizard
86f65260e8
fix: bug causing camera to not work
2023-04-22 18:02:04 +01:00