-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d7a9a7
commit ef876d5
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
|
||
## v0.1.1 | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- Run inference from EI generated library ([0094ad5](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/0094ad5)) | ||
- Add server for CAM streaming ([68626b1](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/68626b1)) | ||
- Add log enable/disable option ([529d703](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/529d703)) | ||
- Return predictions on predict (loop prev) ([34caa7d](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/34caa7d)) | ||
- Add led controller ([dcf32b5](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/dcf32b5)) | ||
- Set static IPfor WiFi ([7eacca1](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/7eacca1)) | ||
- Create webapp for streaming and data collection ([ea05860](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/ea05860)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Stop server on end ([8384f6a](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/8384f6a)) | ||
- Disable CORS ([0e848bb](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/0e848bb)) | ||
|
||
### 💅 Refactors | ||
|
||
- Create EICam ([9ec55d9](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/9ec55d9)) | ||
- Create _handlePredictions method ([ac5ad76](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/ac5ad76)) | ||
- Rename EIcam members ([aa24be4](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/aa24be4)) | ||
- Correct typos ([d62df02](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/d62df02)) | ||
- Disable led controller by setting intensity to 0 ([1f70760](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/1f70760)) | ||
|
||
### 🏡 Chore | ||
|
||
- Add to gitignore ([74f1338](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/74f1338)) | ||
- Add changelogen ([6d7a9a7](https://github.com/becem-gharbi/esp32-cam-object-detection/commit/6d7a9a7)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Becem-gharbi <becem.gharbi@live.com> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters