Improve user experience
‼️ The release breaks a few things in OTA update ‼️
Make sure to read the instructions below carfully!.
- Backup your configuration (use the
System > Backup/Restore
page)! - You should update to
11.3.1
before you update to this release. All other migrations are not tested.
Rolling newer than11.3.1
can also be used, but no guaranty. - Upload and update the
firmware.bin
file from this release. but do not reboot - Upload the
html-from-11.3.1.zip
in html upload and update the web interface. - Now you can reboot.
If anything bricks you can try to
- 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. - Use the
initial_esp32_setup.zip
( https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation ) as alternative.
Added
- Automatic release creation
- Newest firmware of rolling branch now automatically built and provided in Github Actions Output (developers only)
- #1068 New update mechanism:
- Handling of all files (
zip
,tfl
,tflite
,bin
) within in one common update interface - Using the
update.zip
from the Release page - Status (
upload
,processing
, ...) displayed on Web Interface - Automatical detection and suggestion for reboot where needed (Web Interface updates only need a page refresh)
- ‼️ Best for OTA use Firefox. Chrome works with warnings. Safari stuck in upload.
- Handling of all files (
Changed
- Integrated version info better shown on the Info page and in the log
- Updated menu
- Update used libraries (
tflite
,esp32-cam
,esp-nn
, as of 20220924)
Fixed
- #1092 censor passwords in log outputs
- #1029 wrong change of
checkDigitConsistency
now working like releases before11.3.1
- Spelling corrections (cristianmitran)
Removed
- Remove the folder
/firmware
from GitHub repository.
If you want to get the latestfirmware.bin
andhtml.zip
files, please download from the automated build action or release page