Skip to content

Commit

Permalink
v15.6.0 (#2876)
Browse files Browse the repository at this point in the history
* Fix pipeline (#2860)

fix action

* ATA-Trim support (#2864)

Fix issues with the SD-Card initialization

* Update Changelog.md

---------

Co-authored-by: michael <Heinrich-Tuning@web.de>
  • Loading branch information
caco3 and SybexX committed Feb 9, 2024
1 parent 019069c commit 8d6f731
Show file tree
Hide file tree
Showing 45 changed files with 824 additions and 30,695 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ jobs:
echo "Updating index and manifest file..."
sed -i 's/$VERSION/${{ steps.last_release.outputs.tag_name }}/g' docs/index.html
sed -i 's/$VERSION/${{ steps.last_release.outputs.tag_name }}/g' docs/manifest.json
- name: Setup Pages
uses: actions/configure-pages@v4

Expand All @@ -426,4 +427,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v3 # Note: v4 does not work!
24 changes: 8 additions & 16 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## [15.5.0] - 2024-02-02
## [15.6.0] - 2024-02-09

### Changes
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.5.0...v15.6.0)

#### Fixed

* Fixed issues with the SD-Card initialization

## [15.5.0] - 2024-02-02

For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.4.0...v15.5.0)

Expand All @@ -20,8 +26,6 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/

## [15.4.0] - 2023-12-22

### Changes

For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.3.0...v15.4.0)

#### Changed
Expand All @@ -47,13 +51,10 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/
* Minor html response bugfix

- Memory leakage (MQTT)



## [15.3.0] - 2023-07-22

### Changes

For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.3.0...v15.2.4)

#### Changed
Expand All @@ -63,13 +64,8 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/
- ana-cont_1207_s2_q.tflite
- dig-cont_0620_s3_q.tflite




## [15.2.4] - 2023-05-02

### Changes

For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.2.1...v15.2.4)

#### Changed
Expand All @@ -93,8 +89,6 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/

## [15.2.0] - 2023-04-23

### Changes

For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.1.1...v15.2.0)

#### Added
Expand Down Expand Up @@ -124,8 +118,6 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/

## [15.1.1] - 2023-03-23

### Changes

For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.1.0...v15.1.1)

#### Added
Expand Down
18 changes: 0 additions & 18 deletions code/components/esp-fatfs/CMakeLists.txt

This file was deleted.

278 changes: 0 additions & 278 deletions code/components/esp-fatfs/README.md

This file was deleted.

0 comments on commit 8d6f731

Please sign in to comment.