mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-07 09:08:53 +03:00
Merge branch 'rolling'
This commit is contained in:
31
Changelog.md
31
Changelog.md
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [12.0.0] - 2022-09-29
|
|
||||||
|
|
||||||
Improve **u**ser e**x**perience
|
Improve **u**ser e**x**perience
|
||||||
|
|
||||||
:bangbang: The release breaks a few things in ota update :bangbang:
|
:bangbang: The release breaks a few things in ota update :bangbang:
|
||||||
@@ -18,14 +16,14 @@ Improve **u**ser e**x**perience
|
|||||||
5. Now you can reboot.
|
5. Now you can reboot.
|
||||||
|
|
||||||
If anything bricks you can try to
|
If anything bricks you can try to
|
||||||
1\. Call `http://<IP>/ota?task=update&file=firmware.bin` resp. `http://<IP>/ota?task=update&file=html.zip` if the upload successed but the extraction failed.
|
1. Call `http://<IP>/ota?task=update&file=firmware.bin` resp. `http://<IP>/ota?task=update&file=html.zip` if the upload successed but the extraction failed.
|
||||||
1\. Use the initial_esp32_setup.zip ( <https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation> ) as alternative.
|
1. Use the initial_esp32_setup.zip ( <https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation> ) as alternative.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Automatic release creation
|
- Automatic release creation
|
||||||
- Newest firmware of rolling branch now automatically build and provided in [Github Actions Output](https://github.com/jomjol/AI-on-the-edge-device/actions) (developers only)
|
- Newest firmware of rolling branch now automatically build and provided in [Github Actions Output](https://github.com/jomjol/AI-on-the-edge-device/actions) (developers only)
|
||||||
- [#1068](https://github.com/jomjol/AI-on-the-edge-device/issues/1068) New update mechanism:
|
- [\#1068](https://github.com/jomjol/AI-on-the-edge-device/issues/1068) New update mechanism:
|
||||||
- Handling of all files (`zip`, `tfl`, `tflite`, `bin`) within in one common update interface
|
- Handling of all files (`zip`, `tfl`, `tflite`, `bin`) within in one common update interface
|
||||||
- Using the `update.zip` from the [Release page](https://github.com/jomjol/AI-on-the-edge-device/releases)
|
- Using the `update.zip` from the [Release page](https://github.com/jomjol/AI-on-the-edge-device/releases)
|
||||||
- Status (`upload`, `processing`, ...) displayed on Web Interface
|
- Status (`upload`, `processing`, ...) displayed on Web Interface
|
||||||
@@ -33,28 +31,24 @@ If anything bricks you can try to
|
|||||||
- :bangbang: Best for OTA use Firefox. Chrome works with warnings. Safari stuck in upload.
|
- :bangbang: Best for OTA use Firefox. Chrome works with warnings. Safari stuck in upload.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Integrated version info better shown on the Info page and in the log
|
- Integrated version info better shown on the Info page and in the log
|
||||||
- Updated menu
|
- Updated menu
|
||||||
- Update used libraries (`tflite`, `esp32-cam`, `esp-nn`, as of 20220924)
|
- Update used libraries (`tflite`, `esp32-cam`, `esp-nn`, as of 20220924)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#1092](https://github.com/jomjol/AI-on-the-edge-device/issues/1092) censor passwords in log outputs
|
- [\#1092](https://github.com/jomjol/AI-on-the-edge-device/issues/1092) censor passwords in log outputs
|
||||||
- [#1029](https://github.com/jomjol/AI-on-the-edge-device/issues/1029) wrong change of `checkDigitConsistency` now working like releases before `11.3.1`
|
- [\#1029](https://github.com/jomjol/AI-on-the-edge-device/issues/1029) wrong change of `checkDigitConsistency` now working like releases before `11.3.1`
|
||||||
- Spelling corrections (**[cristianmitran](https://github.com/cristianmitran)**)
|
- Spelling corrections (**[cristianmitran](https://github.com/cristianmitran)**)
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
|
### Removed
|
||||||
- Remove the folder `/firmware` from GitHub repository.
|
- Remove the folder `/firmware` from GitHub repository.
|
||||||
If you want to get the latest `firmware.bin` and `html.zip` files, please download from the automated [build action](https://github.com/jomjol/AI-on-the-edge-device/actions) or [release page](https://github.com/jomjol/AI-on-the-edge-device/releases)
|
If you want to get the latest `firmware.bin` and `html.zip` files, please download from the automated [build action](https://github.com/jomjol/AI-on-the-edge-device/actions) or [release page](https://github.com/jomjol/AI-on-the-edge-device/releases)
|
||||||
|
|
||||||
## [11.3.1] - (2022-09-17)
|
## [11.3.1] - (2022-09-17)
|
||||||
|
|
||||||
Intermediate Digits
|
Intermediate Digits
|
||||||
|
|
||||||
- **ATTENTION**:
|
- **ATTENTION**:
|
||||||
|
|
||||||
- first update the `firmware.bin` and ensure that the new version is running
|
- first update the `firmware.bin` and ensure that the new version is running
|
||||||
|
|
||||||
- Only afterwards update the `html.zip`
|
- Only afterwards update the `html.zip`
|
||||||
@@ -62,6 +56,7 @@ Intermediate Digits
|
|||||||
- Otherwise the downwards compatibility of the new counter clockwise feature is not given and you end in a reboot loop, that needs manual flashing!
|
- Otherwise the downwards compatibility of the new counter clockwise feature is not given and you end in a reboot loop, that needs manual flashing!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- **NEW v11.3.1**: corrected corrupted asset `firmware.bin`
|
- **NEW v11.3.1**: corrected corrupted asset `firmware.bin`
|
||||||
- Increased precision (more than 6-7 digits)
|
- Increased precision (more than 6-7 digits)
|
||||||
- Implements Counter Clockwise Analog Pointers
|
- Implements Counter Clockwise Analog Pointers
|
||||||
@@ -74,30 +69,23 @@ Intermediate Digits
|
|||||||
- This version is largely also based on the work of **[caco3](https://github.com/caco3)**, **[adellafave](https://github.com/adellafave)**, **[haverland](https://github.com/haverland)**, **[stefanbode](https://github.com/stefanbode)**, **[PLCHome](https://github.com/PLCHome)**
|
- This version is largely also based on the work of **[caco3](https://github.com/caco3)**, **[adellafave](https://github.com/adellafave)**, **[haverland](https://github.com/haverland)**, **[stefanbode](https://github.com/stefanbode)**, **[PLCHome](https://github.com/PLCHome)**
|
||||||
|
|
||||||
## [11.2.0] - (2022-08-28)
|
## [11.2.0] - (2022-08-28)
|
||||||
|
|
||||||
Intermediate Digits
|
Intermediate Digits
|
||||||
|
|
||||||
- Updated Tensorflow / TFlite to newest tflite (version as of 2022-07-27)
|
- Updated Tensorflow / TFlite to newest tflite (version as of 2022-07-27)
|
||||||
|
|
||||||
- Updated analog neural network file (`ana-cont_11.3.0_s2.tflite` - default, `ana-class100_0120_s1_q.tflite`)
|
- Updated analog neural network file (`ana-cont_11.3.0_s2.tflite` - default, `ana-class100_0120_s1_q.tflite`)
|
||||||
|
|
||||||
- Updated digital neural network file (`dig-cont_0570_s3.tflite` - default, `dig-class100_0120_s2_q.tflite`)
|
- Updated digital neural network file (`dig-cont_0570_s3.tflite` - default, `dig-class100_0120_s2_q.tflite`)
|
||||||
|
|
||||||
- Added automated filtering of tflite-file in the graphical configuration (thanks to @**[caco3](https://github.com/caco3)**)
|
- Added automated filtering of tflite-file in the graphical configuration (thanks to @**[caco3](https://github.com/caco3)**)
|
||||||
|
|
||||||
- Updated consistency algorithm & test cases
|
- Updated consistency algorithm & test cases
|
||||||
|
|
||||||
- HTML: added favicon and system name, Improved reboot dialog (thanks to @**[caco3](https://github.com/caco3)**)
|
- HTML: added favicon and system name, Improved reboot dialog (thanks to @**[caco3](https://github.com/caco3)**)
|
||||||
|
|
||||||
## [11.1.1] - (2022-08-22)
|
## [11.1.1] - (2022-08-22)
|
||||||
|
|
||||||
Intermediate Digits
|
Intermediate Digits
|
||||||
|
|
||||||
- New and improved consistency check (especially with analog and digital counters mixed)
|
- New and improved consistency check (especially with analog and digital counters mixed)
|
||||||
- Bug Fix: digital counter algorithm
|
- Bug Fix: digital counter algorithm
|
||||||
|
|
||||||
## [11.0.1] - (2022-08-18)
|
## [11.0.1] - (2022-08-18)
|
||||||
|
|
||||||
Intermediate Digits
|
Intermediate Digits
|
||||||
|
|
||||||
- **NEW v11.0.1**: Bug Fix InfluxDB configuration (only update of html.zip necessary)
|
- **NEW v11.0.1**: Bug Fix InfluxDB configuration (only update of html.zip necessary)
|
||||||
@@ -116,6 +104,7 @@ Intermediate Digits
|
|||||||
|
|
||||||
- Bug Fix: InfluxDB enabling in grahic configuration
|
- Bug Fix: InfluxDB enabling in grahic configuration
|
||||||
|
|
||||||
|
|
||||||
## [10.6.2] - (2022-07-24)
|
## [10.6.2] - (2022-07-24)
|
||||||
|
|
||||||
Stability Increase
|
Stability Increase
|
||||||
@@ -671,9 +660,7 @@ External Illumination
|
|||||||
|
|
||||||
- Initial Version
|
- Initial Version
|
||||||
|
|
||||||
[Unreleased]: https://github.com/jomjol/AI-on-the-edge-device/compare/12.0.0...HEAD
|
[Unreleased]: https://github.com/haverland/AI-on-the-edge-device/compare/11.4.3...HEAD
|
||||||
|
|
||||||
[12.0.0]: https://github.com/jomjol/AI-on-the-edge-device/compare/11.3.1...12.0.0
|
|
||||||
|
|
||||||
[11.4.3]: https://github.com/haverland/AI-on-the-edge-device/compare/10.6.2...11.4.3
|
[11.4.3]: https://github.com/haverland/AI-on-the-edge-device/compare/10.6.2...11.4.3
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
sd-card/config/dig-class11_1430_s2.tflite
Normal file
BIN
sd-card/config/dig-class11_1430_s2.tflite
Normal file
Binary file not shown.
Reference in New Issue
Block a user